diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-06-13 09:40:40 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-06-13 09:40:40 +0000 |
commit | d733688ce5633f5c5220181a01453d2b56bd17a3 (patch) | |
tree | 27061eda23502a71c19829ea894794e18327d302 /build | |
parent | c699ed1b63f023779dd11d2147546917670b1501 (diff) |
build: adjust mkbasepot.sh after modules/base merge
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'build')
-rwxr-xr-x | build/mkbasepot.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/build/mkbasepot.sh b/build/mkbasepot.sh index 24a7e3a2e..767105094 100755 --- a/build/mkbasepot.sh +++ b/build/mkbasepot.sh @@ -8,9 +8,8 @@ echo -n "Updating po/templates/base.pot ... " ./build/i18n-scan.pl \ - libs/core/ libs/web/ protocols/ \ - modules/admin-core/ modules/admin-full/ \ - themes/base/ themes/openwrt/ \ + modules/base/ modules/admin-full/ \ + protocols/ themes/openwrt/ \ > po/templates/base.pot echo "done" |