X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fcis-bzip2;h=ab48063e945beb3d817a1c3dc3b7074867cac5f8;hb=d285862d69e7fd12b359fbdb594a9d78607ece1f;hp=619a73935a20beab13c40d11660dc53029894c49;hpb=97b938a7a341fe0d45ba4f93ce9e785b2bdc182a;p=hvlinux.git diff --git a/stage1/cis-bzip2 b/stage1/cis-bzip2 index 619a739..ab48063 100755 --- a/stage1/cis-bzip2 +++ b/stage1/cis-bzip2 @@ -13,8 +13,7 @@ cd ${LFS_TMP}/${1} # Bzip2's default Makefile target automatically runs the testsuite as well. # Disable the tests since they won't work on a multi-architecture build: -cp -v Makefile{,.orig} -sed -e 's@^\(all:.*\) test@\1@g' Makefile.orig > Makefile +sed -e 's@^\(all:.*\) test@\1@g' -i Makefile # This package doesn't have a configure script... ${HVMAKE} CC="${CC} ${CLFS_BUILDFLAGS}" AR="${AR}" RANLIB="${RANLIB}"