cookutils rev 864

cook: normalize file time (again)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 11 00:31:18 2017 +0200 (2017-01-11)
parents cb3fe032b2fb
children c6bbdbfdc285
files cook
line diff
     1.1 --- a/cook	Tue Jan 10 12:00:42 2017 +0200
     1.2 +++ b/cook	Wed Jan 11 00:31:18 2017 +0200
     1.3 @@ -1314,7 +1314,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 -newer $receipt -exec touch -hr $receipt {} \;
     1.9  	find fs | cpio -o -H newc --quiet | lzma e fs.cpio.lzma -si
    1.10  	rm -rf fs
    1.11  	status