diff options
author | davidovski <david@davidovski.xyz> | 2022-01-09 22:34:19 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-09 22:34:19 +0000 |
commit | dd2250f8820f963714415c4db244bc6f777cd1a3 (patch) | |
tree | 95f075f4d152021fd50f2fffcaa89c6ff6691a36 /repo/core/zip.xibuild | |
parent | 6bdd62e1dc2fc6f310c052f10569e167fd6e8b47 (diff) |
made zip install into package
Diffstat (limited to 'repo/core/zip.xibuild')
-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 0ea8efb..d6a0884 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 DESTDIR=$PKG_DEST prefix=/usr -f unix/Makefile install + make prefix=$PKG_DIR/usr -f unix/Makefile install } |