cookutils rev 861

cook: normalize file time
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jan 08 14:29:40 2017 +0100 (2017-01-08)
parents 2fe198d0ed7b
children 1520231a65c2
files cook
line diff
     1.1 --- a/cook	Sun Jan 08 01:50:38 2017 +0200
     1.2 +++ b/cook	Sun Jan 08 14:29:40 2017 +0100
     1.3 @@ -1319,6 +1319,7 @@
     1.4  
     1.5  	# Build cpio archives.
     1.6  	action 'Compressing the FS...'
     1.7 +	find fs -newer $receipt -exec touch -r $receipt {} \;
     1.8  	find fs | cpio -o -H newc --quiet | lzma e fs.cpio.lzma -si
     1.9  	rm -rf fs
    1.10  	status