From 5c37715dfdcea7b7d34d1ceaef71c93d925c6db5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 25 Jun 2020 14:38:49 +0200 Subject: ensure all files have same date in official archives --- scripts/dev/makedist | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') 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 .. -- cgit v1.2.1