1
1
mirror of https://github.com/rui314/mold.git synced 2024-12-27 10:23:41 +03:00

Ensure that a compressed man page does not exist

This commit is contained in:
Rui Ueyama 2021-05-17 21:09:07 +09:00
parent 8467684f97
commit 346991c4f3

View File

@ -68,6 +68,7 @@ install: all
install -m 755 -d /usr/lib/mold
install -m 644 mold-wrapper.so /usr/lib/mold
install -m 644 docs/mold.1 /usr/share/man/man1
rm -f /usr/share/man/man1/mold.1.gz
gzip -9 /usr/share/man/man1/mold.1
clean: