Changeset 3135831


Ignore:
Timestamp:
04/16/2006 09:57:17 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
ccdacf3
Parents:
9b5d069
Message:

Fixed Readline reinstallation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/master.sh

    r9b5d069 r3135831  
    160160          -e 's/mkdir -v/&p/g' -i ${script}
    161161    done
    162     # Remove bzip2 binaries before make install
     162    # Remove Bzip2 binaries before make install
    163163    sed -e 's@make install@rm -vf /usr/bin/bz*\n&@' -i chapter06$N/*-bzip2
     164    # Remove some Readline libraries and symlinks before make install
     165    sed -e 's@make install@rm -vf /lib/lib{history,readline}.so.5*\n&@' -i chapter06$N/*-readline
    164166    # Let some Udev pre-installation commands to fail
    165167    sed -e 's@/lib/udev/devices/fd@& || true@' \
Note: See TracChangeset for help on using the changeset viewer.