diff options
Diffstat (limited to 'repo/system/zlib.xibuild')
-rw-r--r-- | repo/system/zlib.xibuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/repo/system/zlib.xibuild b/repo/system/zlib.xibuild index d22e0c1..6b822f9 100644 --- a/repo/system/zlib.xibuild +++ b/repo/system/zlib.xibuild @@ -10,11 +10,14 @@ DESC="compression and decompression routines used by some programs" build () { ./configure --prefix=/usr make +} + +check () { make check - make DESTDIR=$PKG_DEST install } package () { + make DESTDIR=$PKG_DEST install rm -fv $PKG_DEST/usr/lib/libz.a } |