mirror of
https://github.com/moparisthebest/pacman
synced 2025-01-08 12:28:00 -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:
parent
2d347132ba
commit
7a4f76c2af
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user