commit 155e12a
hovercats
·
2024-05-02 02:13:35 +0000 UTC
parent 23a823f
zstd: compress manpages
2 files changed,
+4,
-1
+3,
-0
1@@ -12,3 +12,6 @@ make -C programs \
2 LDFLAGS="$LDFLAGS -static"
3
4 make -C programs PREFIX=/usr DESTDIR="$1" install
5+
6+# Compress manpages
7+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -1 +1 @@
2-1.5.5 1
3+1.5.5 2