commit 43deb6e

hovercats  ·  2024-04-12 06:58:56 +0000 UTC
parent 8592fc9
unzip: fix prefix
1 files changed,  +2, -4
+2, -4
 1@@ -19,13 +19,11 @@ export CFLAGS="$CFLAGS \
 2 
 3 make \
 4     LF2="$LDFLAGS" CF="$CFLAGS $CPPFLAGS -I." \
 5-    prefix="$1/" \
 6+    prefix="$1/usr" \
 7     -f unix/Makefile unzips
 8 
 9 make \
10-    prefix="$1/"  \
11+    prefix="$1/usr"  \
12     MANDIR=/usr/share/man/man1 \
13     -f unix/Makefile install
14 
15-# Compress manpages
16-find "$1/usr/share/man" -type f | xargs gzip -n -9