Changeset aa901e7


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.

Files:
2 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@' \
  • common/urls.xsl

    r0ff9336 raa901e7  
    2323                  or not(ancestor::varlistentry[@condition])) and
    2424                  (contains(@url, '.tar.') or contains(@url, '.tgz')
    25                   or contains(@url, '.patch') or contains(@url, '.rules')) and
     25                  or contains(@url, '.patch')) and
    2626                  not(ancestor-or-self::*/@condition = 'pdf')">
    2727      <!-- Extract the package name -->
Note: See TracChangeset for help on using the changeset viewer.