diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-08 16:40:09 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-08 16:40:09 +0100 |
commit | 85e4256a7a41ef0f0578116ceb557e2c278dac5e (patch) | |
tree | 4bf8b748f7a612238564c93f9fb4127ac22a1b1b /build | |
parent | 7e4fff2514dcb1ce0a50ec3849dbde6cc6095e82 (diff) |
build: adapt mkbasepot.sh to new structure
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'build')
-rwxr-xr-x | build/mkbasepot.sh | 8 |
1 files 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" |