commit 574569e
hovercats
·
2024-02-23 15:50:06 +0000 UTC
parent 0f721d8
icu: compress manpages
1 files changed,
+3,
-0
+3,
-0
1@@ -17,3 +17,6 @@ sh icu4c/source/configure \
2
3 make
4 make DESTDIR="$1" install
5+
6+# Compress manpages
7+find "$1/share/man" -type f | xargs gzip -n -9