Changeset 885 in MondoRescue for branches/2.2.0/tools/build2pkg


Ignore:
Timestamp:
Oct 8, 2006, 12:11:38 PM (18 years ago)
Author:
Bruno Cornec
Message:

merge -r881:884 $SVN_M/branches/stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0/tools/build2pkg

    r825 r885  
    6868        pkg="$pkg $pkg1"
    6969
    70         log=$TMP/$p-rpm.log
     70        log=$MONDOTMP/$p-rpm.log
    7171
    7272        if [ "$dfam" = "mandriva" ] || [ "$dfam" = "suse" ]; then
     
    116116        fi
    117117    elif [  _"$dtype" = _"deb" ]; then
    118         export TMPDIR=/tmp
    119118        cd $TOPBUILDDIR
    120119        tar xfz $src
     
    130129echo "Packages handled : $pkg"
    131130
    132 rm -rf $TMP
     131rm -rf $MONDOTMP
    133132
    134133if [ $status = 0 ]; then
Note: See TracChangeset for help on using the changeset viewer.