wok-next diff syslinux/stuff/iso2exe/iso2exe.sh @ rev 19338
Add libzim & libctpp2
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jul 19 09:33:21 2016 +0200 (2016-07-19) |
parents | 7d58830b2493 |
children | 4e8ef03c7137 |
line diff
1.1 --- a/syslinux/stuff/iso2exe/iso2exe.sh Mon Jul 18 11:17:12 2016 +0200 1.2 +++ b/syslinux/stuff/iso2exe/iso2exe.sh Tue Jul 19 09:33:21 2016 +0200 1.3 @@ -48,7 +48,7 @@ 1.4 # 2> /dev/null && echo "Store mount.posixovl ($(wc -c \ 1.5 # < /usr/sbin/mount.posixovl) bytes) ..." 1.6 find $TMP -type f -print0 | xargs -0 chmod +x 1.7 - find $TMP -print0 | xargs -0 touch -r $1 1.8 + find $TMP -print0 | xargs -0 touch -t 197001010100.00 1.9 ( cd $TMP ; find * | grep -v rootfs.gz | cpio -o -H newc ) | \ 1.10 compress $TMP/rootfs.gz 1.11 SIZE=$(wc -c < $TMP/rootfs.gz)