build: adapt mkbasepot.sh to new structure
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 8 Jan 2015 15:40:09 +0000 (16:40 +0100)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 8 Jan 2015 15:40:09 +0000 (16:40 +0100)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
build/mkbasepot.sh

index 7671050..7f07514 100755 (executable)
@@ -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"