Changeset aa901e7 for LFS/master.sh


Ignore:
Timestamp:
05/01/2006 06:14:55 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
19528f8
Parents:
0ff9336
Message:

Few updates to match last LFS book changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/master.sh

    r0ff9336 raa901e7  
    162162    # Remove Bzip2 binaries before make install
    163163    sed -e 's@make install@rm -vf /usr/bin/bz*\n&@' -i chapter06$N/*-bzip2
    164     # Fix how Module-Init-Tools do the install target
    165     sed -e 's@make install@make INSTALL=install install@' -i chapter06$N/*-module-init-tools
    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
    168164    # Let some Udev pre-installation commands to fail
    169165    sed -e 's@/lib/udev/devices/fd@& || true@' \
Note: See TracChangeset for help on using the changeset viewer.