commit d69776b
hovercats
·
2024-05-14 10:24:22 +0000 UTC
parent 4316cf9
sqlite: compress manpages
2 files changed,
+4,
-1
+3,
-0
1@@ -12,3 +12,6 @@ export CPPFLAGS="$CPPFLAGS -DSQLITE_ENABLE_COLUMN_METADATA"
2
3 make
4 make DESTDIR="$1" install
5+
6+# Compress manpages
7+find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1,
-1
1@@ -1 +1 @@
2-3.45.3 1
3+3.45.3 2