commit 35fadd8
hovercats
·
2024-02-23 17:08:49 +0000 UTC
parent 7aba7bc
libXxf86vm: compress manpages
1 files changed,
+3,
-0
+3,
-0
1@@ -33,3 +33,6 @@ make install
2 mv -f "$TMPDIR/"* "$1/share"
3 rm -rf "$TMPDIR"
4 }
5+
6+# Compress manpages
7+find "$1/share/man" -type f | xargs gzip -n -9