From: Markham Date: Wed, 2 Dec 2015 20:02:01 +0000 (+0100) Subject: build only deutsch and english locale X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=823e34434ba42fb77362fcc7f1060c51d47f5eaf;p=bs-cst-neutrino-hd.git build only deutsch and english locale --- diff --git a/make/rootfs.mk b/make/rootfs.mk index 6cda2db..c91280e 100755 --- a/make/rootfs.mk +++ b/make/rootfs.mk @@ -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)