# HG changeset patch # User Aleksej Bobylev # Date 1477044384 -10800 # Node ID 976258eee7d98bf211e4cdfff624eb0eeaf887fa # Parent 53e3cfd9f874dde30a2fd68927ace6d70f9cbede slitaz-i18n: auto recook tzdata at the end diff -r 53e3cfd9f874 -r 976258eee7d9 slitaz-i18n/receipt --- a/slitaz-i18n/receipt Fri Oct 21 10:22:15 2016 +0300 +++ b/slitaz-i18n/receipt Fri Oct 21 13:06:24 2016 +0300 @@ -29,22 +29,15 @@ mkdir -p $fs/usr/share/doc/slitaz . $stuff/locale-pack.conf for p in $CORE_PKGS; do - if [ ! -d "$WOK/$p/install" ]; then - if [ -x /usr/bin/cook ]; then - cook $p - elif [ -x /usr/bin/tazwok ]; then - tazwok cook $p - fi - fi + cook $p done # Cook all locale pack. for i in $LOCALE_PACK; do - if [ -x /usr/bin/cook ]; then - cook locale-$i - elif [ -x /usr/bin/tazwok ]; then - tazwok cook locale-$i - fi + cook locale-$i done + # Recook tzdata package: we move files from tzdata to locale-* packages + cook tzdata + cat > $fs/usr/share/doc/slitaz/i18n.txt <