diff options
author | davidovski <david@davidovski.xyz> | 2022-01-12 23:04:23 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-12 23:04:23 +0000 |
commit | 1f9fb2e790e9b0aee98fda60c9ca9ab87f61cce0 (patch) | |
tree | 2c850782b81eef5238416557438836c342da9165 /repo/core/bzip2.xibuild | |
parent | 7df0ff4b9974d394786ceee9bd5e3df6616b846b (diff) |
updated all build files based on lfs
Diffstat (limited to 'repo/core/bzip2.xibuild')
-rw-r--r-- | repo/core/bzip2.xibuild | 4 |
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 + } |