mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
ensure all files have same date in official archives
This commit is contained in:
parent
94b637de5b
commit
5c37715dfd
@ -159,7 +159,8 @@ fi
|
||||
|
||||
# Reset the modification and access times of all files to be packaged.
|
||||
echo "makedist: Resetting the modification and access times of package files."
|
||||
find . -exec touch -c {} \;
|
||||
touch -c NEWS
|
||||
find . -exec touch -r NEWS -c {} \;
|
||||
|
||||
cd ..
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user