From 3135831c4066bcc34fffd1f6d81c1fa07493ada3 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sun, 16 Apr 2006 09:57:17 +0000 Subject: [PATCH] Fixed Readline reinstallation. --- LFS/master.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/LFS/master.sh b/LFS/master.sh index 7957467..66f6c9f 100755 --- a/LFS/master.sh +++ b/LFS/master.sh @@ -159,8 +159,10 @@ chapter6_Makefiles() { -e 's/mv -v/&f/g' \ -e 's/mkdir -v/&p/g' -i ${script} done - # Remove bzip2 binaries before make install + # Remove Bzip2 binaries before make install sed -e 's@make install@rm -vf /usr/bin/bz*\n&@' -i chapter06$N/*-bzip2 + # Remove some Readline libraries and symlinks before make install + sed -e 's@make install@rm -vf /lib/lib{history,readline}.so.5*\n&@' -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