cookutils rev 879
Tiny edits (start to tidy repos)
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sat Feb 18 09:32:18 2017 +0000 (2017-02-18) |
parents | 9611369825b9 |
children | 9474bf43c080 |
files | cooks cross modules/compressor |
line diff
1.1 --- a/cooks Fri Feb 17 00:58:43 2017 +0100 1.2 +++ b/cooks Sat Feb 18 09:32:18 2017 +0000 1.3 @@ -33,6 +33,6 @@ 1.4 [ -d "$WOK/$i" ] && cook $i 1.5 done 1.6 1.7 -# TODO: check the "split quality": whether the file belongs to a few (or no one) packages 1.8 +# TODO: check the "split quality": whether the file belongs to a few (or not one) packages 1.9 1.10 exit 0
2.1 --- a/cross Fri Feb 17 00:58:43 2017 +0100 2.2 +++ b/cross Sat Feb 18 09:32:18 2017 +0000 2.3 @@ -205,7 +205,7 @@ 2.4 mkdir -p $sysroot/usr/include/gnu 2.5 touch $sysroot/usr/include/gnu/stubs.h 2.6 2.7 - # Fixe error: bits/stdio_lim.h not found 2.8 + # Fix error: bits/stdio_lim.h not found 2.9 #cp bits/stdio_lim.h $sysroot/usr/include/bits 2.10 cp /usr/include/bits/stdio_lim.h $sysroot/usr/include/bits 2.11 }
3.1 --- a/modules/compressor Fri Feb 17 00:58:43 2017 +0100 3.2 +++ b/modules/compressor Sat Feb 18 09:32:18 2017 +0000 3.3 @@ -346,7 +346,7 @@ 3.4 } 3.5 3.6 3.7 -# Normalize all *.mo files: unconditionally convert to UTF-8; remove strings that are not really added 3.8 +# Normalize all *.mo files: unconditionally convert to UTF-8; remove strings that are not really necessary 3.9 # to the translation (msgid = msgstr) 3.10 # Normalization can be disabled with COOKOPTS="!monorm" 3.11