commit e788b87

hovercats  ·  2024-05-14 11:04:00 +0000 UTC
parent 28a9e00
libXpresent: compress manpages
2 files changed,  +4, -1
+3, -0
1@@ -32,3 +32,6 @@ make install
2     mv -f "$TMPDIR/"* "$1/usr/share"
3     rm -rf "$TMPDIR"
4 }
5+
6+# Compress manpages
7+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1, -1
1@@ -1 +1 @@
2-1.0.1 1
3+1.0.1 2