commit 34421f5
hovercats
·
2024-02-23 15:42:25 +0000 UTC
parent cd8636f
st: compress manpages
1 files changed,
+3,
-0
+3,
-0
1@@ -15,3 +15,6 @@ make \
2 -lxcb -lX11-xcb -lXrender -lXau" \
3 CFLAGS="$CFLAGS -fPIE"
4 make PREFIX=/ DESTDIR="$1" install
5+
6+# Compress manpages
7+find "$1/share/man" -type f | xargs gzip -n -9