X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpkg%2Fbzip2;h=f1568721a3ec569bf8e622958c8d57bbd7c75102;hb=d381f8e6ab376aa1a90da946c1bde740214fc866;hp=dae769178f280f2937722a2640a781115b3fa6b5;hpb=fc8e13fb0303c69abe0ac9eacf6c604b735287b3;p=hvlinux.git diff --git a/stage2/pkg/bzip2 b/stage2/pkg/bzip2 index dae7691..f156872 100644 --- a/stage2/pkg/bzip2 +++ b/stage2/pkg/bzip2 @@ -2,12 +2,14 @@ hvbuild() { - cd ${LFS_TMP}/${PACKAGE} make -f Makefile-libbz2_so make clean make -j ${MAKEJOBS} make PREFIX=/usr install +} +hvbuild_post() +{ cp -fv bzip2-shared /bin/bzip2 cp -afv libbz2.so* /lib ln -sfvT ../../lib/libbz2.so.1.0 /usr/lib/libbz2.so