build: adapt mkbasepot.sh to new structure

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
Jo-Philipp Wich 2015-01-08 16:40:09 +01:00
parent 7e4fff2514
commit 85e4256a7a

View file

@ -5,11 +5,11 @@
exit 1 exit 1
} }
echo -n "Updating po/templates/base.pot ... " echo -n "Updating modules/luci-base/po/templates/base.pot ... "
./build/i18n-scan.pl \ ./build/i18n-scan.pl \
modules/base/ modules/admin-full/ \ modules/luci-base/ modules/luci-mod-admin-full/ \
protocols/ themes/openwrt/ \ protocols/ themes/ \
> po/templates/base.pot > modules/luci-base/po/templates/base.pot
echo "done" echo "done"