]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
build only deutsch and english locale
authorMarkham <markham001@gmx.de>
Wed, 2 Dec 2015 20:02:01 +0000 (21:02 +0100)
committerMarkham <markham001@gmx.de>
Wed, 2 Dec 2015 20:02:01 +0000 (21:02 +0100)
make/rootfs.mk

index 6cda2db6d30d69706ce31d3b717e8e221af3c590..c91280e1558165344688267ff4cc1673eb544646 100755 (executable)
@@ -19,6 +19,8 @@ $(D)/rootfs:
                cp -a $(BOX)/etc/init.d/rcS-kernel-2.6.34.14-cnxt $(BOX)/etc/init.d/rcS; \
                rm -rf $(BOX)/etc/init.d/rcS-kernel-2.6.34.14-cnxt; \
        fi
+       find $(BOX)/share/tuxbox/neutrino/locale/ -type f \
+               ! -name deutsch.locale ! -name english.locale | xargs --no-run-if-empty rm
        find $(BOX) -name .gitignore -type f -print0 | xargs --no-run-if-empty -0 rm -f
        find $(BOX)/lib \( -name '*.a' -o -name '*.la' \) -print0 | xargs --no-run-if-empty -0 rm -f
        du -sh $(BOX)