Changeset 972467e for LFS


Ignore:
Timestamp:
04/16/2006 04:11:29 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
60cb629
Parents:
31d12a2
Message:

Changed how Readline reistallation is fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/master.sh

    r31d12a2 r972467e  
    164164    # Tell Module-Init-Tools that we are reinstalling it
    165165    sed -e 's@make install@make moveold\n&@' -i chapter06$N/*-module-init-tools
    166     # Remove some Readline libraries and symlinks before make install
    167     sed -e 's@make install@rm -vf /lib/lib{history,readline}.so.5*\n&@' -i chapter06$N/*-readline
     166    # Relink some Readline libraries 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@' -i chapter06$N/*-readline
    168169    # Let some Udev pre-installation commands to fail
    169170    sed -e 's@/lib/udev/devices/fd@& || true@' \
Note: See TracChangeset for help on using the changeset viewer.