tazlito rev 446

tazlito: normalize file time (again), thanks Aleksej
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jan 11 09:48:22 2017 +0100 (2017-01-11)
parents 51cc6bdeac66
children 66b6b8b699db
files tazlito
line diff
     1.1 --- a/tazlito	Sun Jan 08 14:30:02 2017 +0100
     1.2 +++ b/tazlito	Wed Jan 11 09:48:22 2017 +0100
     1.3 @@ -508,7 +508,7 @@
     1.4  	cd $1
     1.5  
     1.6  	# Normalize file time
     1.7 -	find $1 -newer $1 -exec touch -r $1 {} \;
     1.8 +	find $1 -newer $1 -exec touch -hr $1 {} \;
     1.9  
    1.10  	# Link duplicate files
    1.11  	deduplicate