From 85e4256a7a41ef0f0578116ceb557e2c278dac5e Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 8 Jan 2015 16:40:09 +0100 Subject: [PATCH] build: adapt mkbasepot.sh to new structure Signed-off-by: Jo-Philipp Wich --- build/mkbasepot.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build/mkbasepot.sh b/build/mkbasepot.sh index 767105094..7f07514fc 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" -- 2.11.0