X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpkg%2Fbzip2;h=9805b2e8f0cc7911a9735f963ca172fae12ffe8d;hb=fc7d8c678ca78bef7c6e7eaeeb579269b7c501be;hp=56bd28c5255aadc47ba0be749e690533e3534daf;hpb=b5bfb2006502b57fab234345a2393fd04e6d55ad;p=hvlinux.git diff --git a/stage1/pkg/bzip2 b/stage1/pkg/bzip2 index 56bd28c..9805b2e 100644 --- a/stage1/pkg/bzip2 +++ b/stage1/pkg/bzip2 @@ -2,12 +2,10 @@ hvbuild() { - cd ${LFS_TMP}/${PACKAGE} - # Bzip2's default Makefile target automatically runs the testsuite as well. # Disable the tests since they won't work on a multi-architecture build: sed -e 's@^\(all:.*\) test@\1@g' -i Makefile ${HVMAKE} CC="${CC} ${CLFS_BUILDFLAGS}" AR="${AR}" RANLIB="${RANLIB}" - ${HVMAKE} PREFIX=/tools install + ${HVMAKE} PREFIX=${LFS}/tools install }