commit 5ac84ed

hovercats  ·  2024-02-23 16:10:02 +0000 UTC
parent 6aeee2f
python: compress manpages
1 files changed,  +3, -0
+3, -0
1@@ -47,3 +47,6 @@ ln -s pip3    "$1/bin/pip"
2     cd "$1/bin"
3     rm -f pydoc* idle*
4 }
5+
6+# Compress manpages
7+find "$1/share/man" -type f | xargs gzip -n -9