From 1f9fb2e790e9b0aee98fda60c9ca9ab87f61cce0 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 12 Jan 2022 23:04:23 +0000 Subject: updated all build files based on lfs --- repo/core/bzip2.xibuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'repo/core/bzip2.xibuild') 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 + } -- cgit v1.2.1