Skip to content

Commit 5c37715

Browse files
committed
ensure all files have same date in official archives
1 parent 94b637d commit 5c37715

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/dev/makedist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ fi
159159

160160
# Reset the modification and access times of all files to be packaged.
161161
echo "makedist: Resetting the modification and access times of package files."
162-
find . -exec touch -c {} \;
162+
touch -c NEWS
163+
find . -exec touch -r NEWS -c {} \;
163164

164165
cd ..
165166

0 commit comments

Comments
 (0)