mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
ensure all files have same date in official archives
This commit is contained in:
@@ -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 ..
|
||||
|
||||
|
||||
Reference in New Issue
Block a user