From: Jo-Philipp Wich Date: Thu, 8 Jan 2015 15:40:09 +0000 (+0100) Subject: build: adapt mkbasepot.sh to new structure X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=85e4256a7a41ef0f0578116ceb557e2c278dac5e;p=project%2Fluci.git build: adapt mkbasepot.sh to new structure Signed-off-by: Jo-Philipp Wich --- diff --git a/build/mkbasepot.sh b/build/mkbasepot.sh index 767105094e..7f07514fca 100755 --- a/build/mkbasepot.sh +++ b/build/mkbasepot.sh @@ -5,11 +5,11 @@ exit 1 } -echo -n "Updating po/templates/base.pot ... " +echo -n "Updating modules/luci-base/po/templates/base.pot ... " ./build/i18n-scan.pl \ - modules/base/ modules/admin-full/ \ - protocols/ themes/openwrt/ \ -> po/templates/base.pot + modules/luci-base/ modules/luci-mod-admin-full/ \ + protocols/ themes/ \ +> modules/luci-base/po/templates/base.pot echo "done"