1
0
mirror of https://github.com/moparisthebest/pacman synced 2025-01-09 04:57:59 -05:00

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

View File

@ -1390,7 +1390,7 @@ tidy_install() {
done done
if [[ -z ${files[$inode]} ]]; then if [[ -z ${files[$inode]} ]]; then
files[$inode]=$file files[$inode]=$file
gzip -9 -f "$file" gzip -9 -n -f "$file"
else else
rm -f "$file" rm -f "$file"
ln "${files[$inode]}.gz" "${file}.gz" ln "${files[$inode]}.gz" "${file}.gz"