summaryrefslogtreecommitdiff
path: root/repo/core
diff options
context:
space:
mode:
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 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
}