diff --git a/CLFS/master.sh b/CLFS/master.sh index 9eb72cc..c4be67c 100644 --- a/CLFS/master.sh +++ b/CLFS/master.sh @@ -460,7 +460,7 @@ final_system_Makefiles() { # # Rename the scripts mv ${script} ${script}$N done - # Remove Bzip2 binaries before make install + # Remove Bzip2 binaries before make install (CLFS-1.0 compatibility) sed -e 's@make install@rm -vf /usr/bin/bz*\n&@' -i final-system$N/*-bzip2$N # Delete *old Readline libraries just after make install sed -e 's@make install@&\nrm -v /lib/lib{history,readline}*old@' -i final-system$N/*-readline$N diff --git a/LFS/master.sh b/LFS/master.sh index 41f956c..327ea7b 100644 --- a/LFS/master.sh +++ b/LFS/master.sh @@ -180,8 +180,8 @@ chapter6_Makefiles() { # Rename the scripts mv ${script} ${script}$N done - # Remove Bzip2 binaries before make install - sed -e 's@make PREFIX=/usr install@rm -vf /usr/bin/bz*\n&@' -i chapter06$N/*-bzip2$N + # Remove Bzip2 binaries before make install (LFS-6.2 compatibility) + sed -e 's@make install@rm -vf /usr/bin/bz*\n&@' -i chapter06$N/*-bzip2$N fi echo "${tab_}${GREEN}Processing... ${L_arrow}Chapter6$N ( CHROOT ) ${R_arrow}"