tazlito diff tazlito @ rev 453

may recompress addfiles (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 01 11:04:41 2017 +0200 (2017-05-01)
parents 2d7a7cbb50cd
children c9ed5c101d4e
line diff
     1.1 --- a/tazlito	Mon May 01 10:28:53 2017 +0200
     1.2 +++ b/tazlito	Mon May 01 11:04:41 2017 +0200
     1.3 @@ -627,6 +627,7 @@
     1.4  			zcat "$1.$i" | cpio -tv 2>/dev/null > "$1.list$i"; infos="$infos\n$1.list$i"
     1.5  			rm "$1.$i"
     1.6  		done
     1.7 +		touch -t 197001010100.00 "$1.*"
     1.8  		# Info to be stored inside ISO
     1.9  		[ "$2" == info ] && echo -e $infos | cpio -o -H newc | dogzip info
    1.10  		rm $1.list*