commit a5e1117

hovercats  ·  2024-03-11 17:54:32 +0000 UTC
parent 7ee9922
zip: fix prefix
1 files changed,  +1, -1
+1, -1
1@@ -12,7 +12,7 @@ make \
2     -f unix/Makefile generic
3 
4 make \
5-    prefix="$1/" \
6+    prefix="$1/pkg" \
7     MANDIR="$1/pkg/share/man/man1" \
8     -f unix/Makefile install
9