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:
parent
2d347132ba
commit
7a4f76c2af
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user