summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/dev/makedist3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/dev/makedist b/scripts/dev/makedist
index 515e4ba722..1326929a3a 100755
--- a/scripts/dev/makedist
+++ b/scripts/dev/makedist
@@ -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 ..