commit 38aab38
hovercats
·
2024-02-23 15:44:43 +0000 UTC
parent 15f4f2a
dmenu: compress manpages
1 files changed,
+3,
-0
1@@ -6,3 +6,6 @@ done
2
3 make LDFLAGS="$LDFLAGS -static"
4 make DESTDIR="$1" PREFIX=/ install
5+
6+# Compress manpages
7+find "$1/share/man" -type f | xargs gzip -n -9