Changeset 924 in MondoRescue for branches/stable/tools/file2ftp


Ignore:
Timestamp:
Nov 13, 2006, 9:57:05 AM (17 years ago)
Author:
Bruno Cornec
Message:

TAG is now per package and not shared anymore + build process adapted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/file2ftp

    r825 r924  
    1111prem=`echo $dname |cut -c1`
    1212if [ ${prem} == "/" ]; then
    13         export TOOLHOME=$dname
     13    export TOOLHOME=$dname
    1414else
    1515    export TOOLHOME=${PWD}/$dname
     
    3737        c="mindi-kernel mondo-doc mindi mindi-busybox mondo"
    3838    else
    39         c=$1
     39        c="$*"
    4040    fi
    4141fi
Note: See TracChangeset for help on using the changeset viewer.