Changeset 657 in MondoRescue for branches/2.0.8/tools/build2pkg


Ignore:
Timestamp:
Jun 9, 2006, 1:06:23 AM (18 years ago)
Author:
bcornec
Message:

Debian more and more !

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0.8/tools/build2pkg

    r655 r657  
    6767        pkg="$pkg $pkg1"
    6868
    69         log=/tmp/$p-rpm.log
     69        log=$TMP/$p-rpm.log
    7070
    7171        if [ "$dfam" = "mandriva" ]; then
     
    9090        cd ..
    9191    elif [  _"$dtype" = _"ebuild" ]; then
    92         log=/tmp/$p-gentoo.log
     92        log=$TMP/$p-gentoo.log
    9393        ln -sf $src .
    9494        tar xfz $src $pv/distributions/${ddir}-$dver/$p-${VER}-r$TAG.ebuild
     
    124124        fi
    125125    elif [  _"$dtype" = _"deb" ]; then
    126         log=/tmp/$p-deb.log
     126        log=$TMP/$p-deb.log
    127127        cd $TOPBUILDDIR
    128128        tar xfz $src
    129129        cd ${pv}*
    130         ln -s distributions/debian debian
    131         # update debian/changelog
     130        # point to the right debian conf
     131        ln -s distributions/${ddir}-$dver debian
    132132        dpkg-buildpackage -us -uc -rfakeroot
    133133        # Et voila !
Note: See TracChangeset for help on using the changeset viewer.