summaryrefslogtreecommitdiff
path: root/repo/core/zip.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-09 22:37:21 +0000
committerdavidovski <david@davidovski.xyz>2022-01-09 22:37:21 +0000
commit77100c15681043b24ecd27af2027b9048831085a (patch)
treeb97fc1c29f70891b4fe7d66aaa7cf0c8e4df6581 /repo/core/zip.xibuild
parent1f8f0ecb31eca661ae4080cad9996f9698f991d0 (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 bc6dde3..87bb35e 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 -f unix/Makefile prefix=$PKG_DIR/usr install
+ make -f unix/Makefile prefix=$PKG_DEST/usr install
}