commit b828941
hovercats
·
2024-05-14 11:14:28 +0000 UTC
parent e788b87
libXScrnSaver: 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.2.4 1
3+1.2.4 2