commit 19a07ca

hovercats  ·  2024-03-11 18:56:14 +0000 UTC
parent efb9a22
sx: compress manpage
1 files changed,  +3, -0
+3, -0
1@@ -15,3 +15,6 @@ chmod 655 sx.1
2 
3 cp -f sx "$1/pkg/bin"
4 cp -f sx.1 "$1/pkg/share/man/man1"
5+
6+# Compress manpages
7+find "$1/pkg/share/man" -type f | xargs gzip -n -9