commit dbd4db1

hovercats  ·  2025-05-21 00:34:05 +0000 UTC
parent 86e88f8
gperf: remove info aswell
2 files changed,  +4, -3
+3, -2
 1@@ -9,8 +9,9 @@ export CFLAGS="$CFLAGS -fPIE"
 2 make
 3 make DESTDIR="$1" install
 4 
 5-# Remove HTML documentation.
 6-rm -rf "$1/usr/share/doc"
 7+rm -rf \
 8+	"$1/usr/share/doc" \
 9+	"$1/usr/share/info"
10 
11 # Compress manpages
12 find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
+1, -1
1@@ -1 +1 @@
2-3.1 4
3+3.1 5