Simplified Readline reinstallation.
This commit is contained in:
parent
79439ec67d
commit
944d69d04a
1 changed files with 3 additions and 6 deletions
|
@ -161,13 +161,10 @@ chapter6_Makefiles() {
|
|||
done
|
||||
# Remove Bzip2 binaries before make install
|
||||
sed -e 's@make install@rm -vf /usr/bin/bz*\n&@' -i chapter06$N/*-bzip2
|
||||
# Tell Module-Init-Tools that we are reinstalling it
|
||||
# Fix how Module-Init-Tools do the install target
|
||||
sed -e 's@make install@make INSTALL=install install@' -i chapter06$N/*-module-init-tools
|
||||
# Delete *old Readline libraries and regenerate two links after make install
|
||||
sed -e 's@make install@&\nln -sfv libreadline.so.5.1 /lib/libreadline.so.5@' \
|
||||
-e 's@make install@&\nln -sfv libhistory.so.5.1 /lib/libhistory.so.5@' \
|
||||
-e 's@make install@&\nrm -v /lib/lib{history,readline}*old@' \
|
||||
-e 's@make install@&\nrm -v /lib/lib{history,readline}.so.5@' -i chapter06$N/*-readline
|
||||
# Delete *old Readline libraries just after make install
|
||||
sed -e 's@make install@&\nrm -v /lib/lib{history,readline}*old@' -i chapter06$N/*-readline
|
||||
# Let some Udev pre-installation commands to fail
|
||||
sed -e 's@/lib/udev/devices/fd@& || true@' \
|
||||
-e 's/mknod -m.*/& || true/' -i chapter06$N/*-udev
|
||||
|
|
Reference in a new issue