commit e112722

hovercats  ·  2024-02-23 16:17:12 +0000 UTC
parent 191c6a8
libressl: compress manpages
1 files changed,  +3, -0
+3, -0
1@@ -11,3 +11,6 @@ make DESTDIR="$1" install
2 
3 # Certs is provided elsewhere
4 rm -rf "$1/etc/ssl"
5+
6+# Compress manpages
7+find "$1/share/man" -type f | xargs gzip -n -9