commit 292b491
hovercats
·
2024-02-23 16:10:31 +0000 UTC
parent 5ac84ed
pkgconf: compress manpages
1 files changed,
+3,
-0
+3,
-0
1@@ -16,3 +16,6 @@ ln -s pkgconf "$1/bin/pkg-config"
2
3 # Remove documentation (README, etc).
4 rm -rf "$1/share/doc"
5+
6+# Compress manpages
7+find "$1/share/man" -type f | xargs gzip -n -9