Ignore:
Timestamp:
May 11, 2009, 2:39:31 PM (15 years ago)
Author:
Bruno Cornec
Message:

Add option --add-missing to automake to create missing deps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo/src/restore-scripts/mondo/make-me-bootable

    r1315 r2196  
    1717    mountpt=`grep "$i " $1 | tr -s '\t' ' ' | cut -d' ' -f2`
    1818    format=`grep "$i " $1 | tr -s '\t' ' ' | cut -d' ' -f3`
     19    # Warning wrong if LVM !
    1920    drive=`echo $i | sed -e 's/[0-9]*$//' -e 's/\([0-9]\)p$/\1/'`
    2021    partno=`echo $i | sed -e 's/^.*[^0-9]\([0-9]*\)$/\1/'`
     
    4748    if [ "$dummy" != "" ] ; then
    4849        if [ "$partno" = "0" ] || [ ! "$partno" ] ; then
    49         partno="1"
    50     fi
     50            partno="1"
     51        fi
    5152        echo "$partno"
    5253    else
Note: See TracChangeset for help on using the changeset viewer.