Ignore:
Timestamp:
Nov 8, 2005, 11:54:46 PM (18 years ago)
Author:
bcornec
Message:

merge -r103:115 of branch 2.04_berlios (andree patches)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.05/mindi/rootfs/sbin/install-additional-tools

    r30 r116  
    111111# Was disabled in mid-March 2002 (?). Dunno why. Re-enabled July 11th, 2002.
    112112for path in /sbin /bin /usr/bin /usr/sbin /lib /usr/lib /lib/* /usr/lib/* ; do
    113     mkdir -p $path
     113    [ ! -e "$path" ] && mkdir -p "$path"
    114114    for i in `ls $mountdir/$path 2> /dev/null` ; do
    115115    rm -f $path/$i 2> /dev/null
Note: See TracChangeset for help on using the changeset viewer.