Changeset 721 in MondoRescue for branches/stable/tools/build2pkg


Ignore:
Timestamp:
Jul 29, 2006, 1:22:31 AM (18 years ago)
Author:
Bruno Cornec
Message:

TAG removed from source tar ball (was an error)
Debian build working for the first time. Needs probably more work but is encouraging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/build2pkg

    r690 r721  
    127127    elif [  _"$dtype" = _"deb" ]; then
    128128        log=$TMP/$p-deb.log
     129        export TMPDIR=/tmp
    129130        cd $TOPBUILDDIR
    130131        tar xfz $src
    131         cd ${pv}*
     132        cd ${pv}
    132133        # point to the right debian conf
    133134        ln -s distributions/${ddir}-$dver debian
Note: See TracChangeset for help on using the changeset viewer.