From 346991c4f3dad721ac91b03c27ebd07c620388ac Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Mon, 17 May 2021 21:09:07 +0900 Subject: [PATCH] Ensure that a compressed man page does not exist --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c1c4b003..694c1fa0 100644 --- a/Makefile +++ b/Makefile @@ -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: