From 1f8f0ecb31eca661ae4080cad9996f9698f991d0 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 9 Jan 2022 22:35:58 +0000 Subject: fixed zip? --- repo/core/zip.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo/core/zip.xibuild') 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 } -- cgit v1.2.1