commit 0aa7085
hovercats
·
2024-02-23 16:18:10 +0000 UTC
parent 5a577ef
libpng: compress manpages
1 files changed,
+3,
-0
+3,
-0
1@@ -7,3 +7,6 @@ patch -p1 < apng.patch
2
3 make
4 make DESTDIR="$1" install
5+
6+# Compress manpages
7+find "$1/share/man" -type f | xargs gzip -n -9