commit 40a1479
hovercats
·
2024-02-23 16:11:07 +0000 UTC
parent 292b491
perl: compress manpages
1 files changed,
+3,
-0
+3,
-0
1@@ -47,3 +47,6 @@ find "$1" -name \*.0 -type f -exec rm -f {} +
2
3 # Fix permissions.
4 find "$1/lib" -type f -exec chmod 644 {} \;
5+
6+# Compress manpages
7+find "$1/share/man" -type f | xargs gzip -n -9