Changeset 79439ec for LFS


Ignore:
Timestamp:
04/17/2006 06:03:09 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
944d69d
Parents:
54b4b32
Message:

Simplified Module-Init-Tools reinstallation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/master.sh

    r54b4b32 r79439ec  
    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 and clean-up
    165     sed -e 's@make install@make moveold\n&@' \
    166         -e 's@make install@&\nrm -v /sbin/*.old@' \
    167         -e 's@make install@&\nrm -v /bin/lsmod.old@' \
    168         -e 's@make install@&\nrm -v /usr/share/man/man8/*.old.8@' -i chapter06$N/*-module-init-tools
     164    # Tell Module-Init-Tools that we are reinstalling it
     165    sed -e 's@make install@make INSTALL=install install@' -i chapter06$N/*-module-init-tools
    169166    # Delete *old Readline libraries and regenerate two links after make install
    170167    sed -e 's@make install@&\nln -sfv libreadline.so.5.1 /lib/libreadline.so.5@' \
Note: See TracChangeset for help on using the changeset viewer.