From: Jo-Philipp Wich Date: Mon, 7 Jul 2008 13:56:18 +0000 (+0000) Subject: * luci: fix an error in Makefile introduced by french translation X-Git-Tag: 0.8.0~693 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0989d06c4104523aeb97180ac749f7eacb82db01;p=oweals%2Fluci.git * luci: fix an error in Makefile introduced by french translation --- diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index e5f804043..5ca914721 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -525,7 +525,7 @@ endif ifneq ($(CONFIG_PACKAGE_luci-i18n-german),) PKG_SELECTED_MODULES+=i18n/german endif -ifneq ($(CONFIG_Pfrenchluci-i18n-english),) +ifneq ($(CONFIG_PACKAGE_luci-i18n-english),) PKG_SELECTED_MODULES+=i18n/english endif ifneq ($(CONFIG_PACKAGE_luci-i18n-french),)