# HG changeset patch # User Pascal Bellard # Date 1483882180 -3600 # Node ID 1b9bb2671837d5b279db9c6a323993cdae5dce23 # Parent 2fe198d0ed7b4568040f0e0aaa5e3183301e0b7f cook: normalize file time diff -r 2fe198d0ed7b -r 1b9bb2671837 cook --- a/cook Sun Jan 08 01:50:38 2017 +0200 +++ b/cook Sun Jan 08 14:29:40 2017 +0100 @@ -1319,6 +1319,7 @@ # Build cpio archives. action 'Compressing the FS...' + find fs -newer $receipt -exec touch -r $receipt {} \; find fs | cpio -o -H newc --quiet | lzma e fs.cpio.lzma -si rm -rf fs status