summaryrefslogtreecommitdiff
path: root/repo/core/zip.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-09 22:35:58 +0000
committerdavidovski <david@davidovski.xyz>2022-01-09 22:35:58 +0000
commit1f8f0ecb31eca661ae4080cad9996f9698f991d0 (patch)
tree1eefaf6f2d5a4f336d5e7b12e1cd49dd9b5746d9 /repo/core/zip.xibuild
parentdd2250f8820f963714415c4db244bc6f777cd1a3 (diff)
fixed zip?
Diffstat (limited to 'repo/core/zip.xibuild')
-rw-r--r--repo/core/zip.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/core/zip.xibuild b/repo/core/zip.xibuild
index d6a0884..bc6dde3 100644
--- a/repo/core/zip.xibuild
+++ b/repo/core/zip.xibuild
@@ -7,5 +7,5 @@ DESC="Compressor/archiver for creating and modifying zipfiles"
build () {
make -f unix/Makefile generic_gcc
- make prefix=$PKG_DIR/usr -f unix/Makefile install
+ make -f unix/Makefile prefix=$PKG_DIR/usr install
}