commit 0e1a58b

hovercats  ·  2024-03-13 19:59:06 +0000 UTC
parent cfe5292
xbanish: import
2 files changed,  +6, -13
+2, -6
 1@@ -1,12 +1,8 @@
 2 #!/bin/sh -e
 3 
 4-# LDFLAGS isnt specified, but LIBS is.
 5-make LIBS="$LIBS -static"
 6+make
 7 make \
 8-	DESTDIR="$1" \
 9     PREFIX=/pkg \
10     MANDIR=/pkg/share/man/man1 \
11+	DESTDIR="$1" \
12     install
13-
14-# Compress manpages
15-find "$1/pkg/share/man" -type f | xargs gzip -n -9
+4, -7
 1@@ -1,7 +1,4 @@
 2-libX11    make
 3-libXau    make
 4-libXext   make
 5-libXfixes make
 6-libXi     make
 7-libXt     make
 8-libxcb    make
 9+libX11
10+libXfixes
11+libXi
12+libXt