From 7a4f76c2afd787429a4b0e5fd3b4558216f92bd4 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Thu, 23 Aug 2012 10:10:06 +1000 Subject: makepkg: do not embed timestamps in compressed manpages This will make the checksum of man pages match across architectures despite different build times. Signed-off-by: Allan McRae --- scripts/makepkg.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 8ba4ff7b..cad1f5ee 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -1390,7 +1390,7 @@ tidy_install() { done if [[ -z ${files[$inode]} ]]; then files[$inode]=$file - gzip -9 -f "$file" + gzip -9 -n -f "$file" else rm -f "$file" ln "${files[$inode]}.gz" "${file}.gz" -- cgit v1.2.3-24-g4f1b