Changeset 7aee0dd for LFS


Ignore:
Timestamp:
04/14/2006 12:02:05 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
9619fd6
Parents:
c2fdc03
Message:

Let some Udev pre-installation commands to fail.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/master.sh

    rc2fdc03 r7aee0dd  
    155155    cp chapter06/* chapter06$N
    156156    for script in chapter06$N/* ; do
     157      # Overwrite existing symlinks, files, and dirs
    157158      sed -e 's/ln -sv/&f/g' \
    158159          -e 's/mv -v/&f/g' \
    159           -e 's/rm -v/&f/g' \
    160           -e 's/mkdir -v/&p/g' \
    161           -e 's/mknod -m.*/& || true/' -i ${script}
     160          -e 's/mkdir -v/&p/g' -i ${script}
    162161    done
    163162    # Remove bzip2 binaries before make install
    164163    sed -e 's@make install@rm -vf /usr/bin/bz*\n&@' -i chapter06$N/*-bzip2
     164    # Let some Udev pre-installation commands to fail
     165    sed -e 's@/lib/udev/devices/fd@& || true@' \
     166        -e 's/mknod -m.*/& || true/' -i chapter06$N/*-udev
    165167  fi
    166168
Note: See TracChangeset for help on using the changeset viewer.