Removed executable property from certain read-only files
[hvlinux.git] / stage1 / cis-bzip2
index 619a739..ab48063 100755 (executable)
@@ -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}"