Changeset ccdacf3 for LFS/master.sh


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

Fixed Module-Init-Tools reinstallation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/master.sh

    r3135831 rccdacf3  
    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
    164166    # Remove some Readline libraries and symlinks before make install
    165167    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.