diff options
author | davidovski <david@davidovski.xyz> | 2022-01-09 22:35:58 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-09 22:35:58 +0000 |
commit | 1f8f0ecb31eca661ae4080cad9996f9698f991d0 (patch) | |
tree | 1eefaf6f2d5a4f336d5e7b12e1cd49dd9b5746d9 | |
parent | dd2250f8820f963714415c4db244bc6f777cd1a3 (diff) |
fixed zip?
-rw-r--r-- | repo/core/zip.xibuild | 2 |
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 } |