The ICA/farce Bzip2 fix is needed only on LFS-6.2 and CLFS-1.0.

This commit is contained in:
Manuel Canales Esparcia 2007-02-24 16:35:58 +00:00
parent c560e9a12c
commit a5f52ba47d
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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}"