Changeset 944d69d for LFS/master.sh


Ignore:
Timestamp:
04/17/2006 11:05:08 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
5359c48
Parents:
79439ec
Message:

Simplified Readline reinstallation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/master.sh

    r79439ec r944d69d  
    162162    # Remove Bzip2 binaries before make install
    163163    sed -e 's@make install@rm -vf /usr/bin/bz*\n&@' -i chapter06$N/*-bzip2
    164     # Tell Module-Init-Tools that we are reinstalling it
     164    # Fix how Module-Init-Tools do the install target
    165165    sed -e 's@make install@make INSTALL=install install@' -i chapter06$N/*-module-init-tools
    166     # Delete *old Readline libraries and regenerate two links after make install
    167     sed -e 's@make install@&\nln -sfv libreadline.so.5.1 /lib/libreadline.so.5@' \
    168         -e 's@make install@&\nln -sfv libhistory.so.5.1 /lib/libhistory.so.5@' \
    169         -e 's@make install@&\nrm -v /lib/lib{history,readline}*old@' \
    170         -e 's@make install@&\nrm -v /lib/lib{history,readline}.so.5@' -i chapter06$N/*-readline
     166    # Delete *old Readline libraries just after make install
     167    sed -e 's@make install@&\nrm -v /lib/lib{history,readline}*old@' -i chapter06$N/*-readline
    171168    # Let some Udev pre-installation commands to fail
    172169    sed -e 's@/lib/udev/devices/fd@& || true@' \
Note: See TracChangeset for help on using the changeset viewer.