From dd2250f8820f963714415c4db244bc6f777cd1a3 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 9 Jan 2022 22:34:19 +0000 Subject: made zip install into package --- repo/core/zip.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo') 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 } -- cgit v1.2.1