Changeset 31d12a2 for LFS


Ignore:
Timestamp:
04/16/2006 12:29:11 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
972467e
Parents:
ccdacf3
Message:

Changed how the Module-Init-Tools reinstallation is fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/master.sh

    rccdacf3 r31d12a2  
    162162    # Remove Bzip2 binaries before make install
    163163    sed -e 's@make install@rm -vf /usr/bin/bz*\n&@' -i chapter06$N/*-bzip2
    164     # Remove Module-Init-Tools binaries before make install
    165     sed -e 's@make install@rm -vf /sbin/{insmod,modprobe,rmmod,depmod}\n&@' -i chapter06$N/*-module-init-tools
     164    # Tell Module-Init-Tools that we are reinstalling it
     165    sed -e 's@make install@make moveold\n&@' -i chapter06$N/*-module-init-tools
    166166    # Remove some Readline libraries and symlinks before make install
    167167    sed -e 's@make install@rm -vf /lib/lib{history,readline}.so.5*\n&@' -i chapter06$N/*-readline
Note: See TracChangeset for help on using the changeset viewer.