summaryrefslogtreecommitdiff
path: root/repo/core/bzip2.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/core/bzip2.xibuild')
-rw-r--r--repo/core/bzip2.xibuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/repo/core/bzip2.xibuild b/repo/core/bzip2.xibuild
index 3191a03..f0b8f43 100644
--- a/repo/core/bzip2.xibuild
+++ b/repo/core/bzip2.xibuild
@@ -16,7 +16,6 @@ build () {
make clean
make
-
make PREFIX=$PKG_DEST/usr install
}
@@ -35,5 +34,8 @@ package () {
for i in $PKG_DEST/usr/bin/{bzcat,bunzip2}; do
ln -sfv bzip2 $i
done
+
+ rm -fv $PKG_DEST/usr/lib/libbz2.a
+
}