cookutils diff uname @ rev 1137

modules/pack: introduce *-lang packages: to make it just append SPLIT="..." by "$PACKAGE-lang"
The list of supported locales you can find still in the $WOK/slitaz-i18n/stuff/locale-pack.conf
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 02 13:36:54 2019 +0200 (2019-02-02)
parents 251a9d5b7542
children
line diff
     1.1 --- a/uname	Thu Apr 19 17:43:31 2018 +0300
     1.2 +++ b/uname	Sat Feb 02 13:36:54 2019 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  #!/bin/sh
     1.5  # uname - special "fake" wrapper for using inside SliTaz cooker chroot.
     1.6  # Although SliTaz cooker *host arch* is 64-bit, SliTaz *target arch* may be
     1.7 -# 32-bit, and some configuration tools use uname could be improperly configured.
     1.8 +# 32-bit and some configuration tools using uname could be improperly configured.
     1.9  # This also applies to the kernel versions of the host and the target systems.
    1.10  
    1.11  . /etc/slitaz/cook.conf