diff options
| -rw-r--r-- | repo/core/zip.xibuild | 2 | 
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  } | 
