diff options
Diffstat (limited to 'repo/system/zip.xibuild')
-rw-r--r-- | repo/system/zip.xibuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/repo/system/zip.xibuild b/repo/system/zip.xibuild index 3c1f1e1..46cbc91 100644 --- a/repo/system/zip.xibuild +++ b/repo/system/zip.xibuild @@ -8,5 +8,8 @@ DESC="Compressor/archiver for creating and modifying zipfiles" build () { make -f unix/Makefile generic_gcc +} + +package () { make -f unix/Makefile prefix=$PKG_DEST/usr install } |