summaryrefslogtreecommitdiff
path: root/repo/core
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-09 22:34:19 +0000
committerdavidovski <david@davidovski.xyz>2022-01-09 22:34:19 +0000
commitdd2250f8820f963714415c4db244bc6f777cd1a3 (patch)
tree95f075f4d152021fd50f2fffcaa89c6ff6691a36 /repo/core
parent6bdd62e1dc2fc6f310c052f10569e167fd6e8b47 (diff)
made zip install into package
Diffstat (limited to 'repo/core')
-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 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
}