The ICA/farce Bzip2 fix is needed only on LFS-6.2 and CLFS-1.0.
This commit is contained in:
parent
c560e9a12c
commit
a5f52ba47d
2 changed files with 3 additions and 3 deletions
|
@ -460,7 +460,7 @@ final_system_Makefiles() { #
|
||||||
# Rename the scripts
|
# Rename the scripts
|
||||||
mv ${script} ${script}$N
|
mv ${script} ${script}$N
|
||||||
done
|
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
|
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
|
# 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
|
sed -e 's@make install@&\nrm -v /lib/lib{history,readline}*old@' -i final-system$N/*-readline$N
|
||||||
|
|
|
@ -180,8 +180,8 @@ chapter6_Makefiles() {
|
||||||
# Rename the scripts
|
# Rename the scripts
|
||||||
mv ${script} ${script}$N
|
mv ${script} ${script}$N
|
||||||
done
|
done
|
||||||
# Remove Bzip2 binaries before make install
|
# Remove Bzip2 binaries before make install (LFS-6.2 compatibility)
|
||||||
sed -e 's@make PREFIX=/usr install@rm -vf /usr/bin/bz*\n&@' -i chapter06$N/*-bzip2$N
|
sed -e 's@make install@rm -vf /usr/bin/bz*\n&@' -i chapter06$N/*-bzip2$N
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "${tab_}${GREEN}Processing... ${L_arrow}Chapter6$N ( CHROOT ) ${R_arrow}"
|
echo "${tab_}${GREEN}Processing... ${L_arrow}Chapter6$N ( CHROOT ) ${R_arrow}"
|
||||||
|
|
Reference in a new issue