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 <allan@archlinux.org>
This commit is contained in:
Allan McRae 2012-08-23 10:10:06 +10:00 committed by Dan McGee
parent 2d347132ba
commit 7a4f76c2af
1 changed files with 1 additions and 1 deletions

View File

@ -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"