Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-01-08 18:40:09 +0300
committerJo-Philipp Wich <jow@openwrt.org>2015-01-08 18:40:09 +0300
commit85e4256a7a41ef0f0578116ceb557e2c278dac5e (patch)
tree4bf8b748f7a612238564c93f9fb4127ac22a1b1b /build
parent7e4fff2514dcb1ce0a50ec3849dbde6cc6095e82 (diff)
build: adapt mkbasepot.sh to new structure
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'build')
-rwxr-xr-xbuild/mkbasepot.sh8
1 files changed, 4 insertions, 4 deletions
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"