Changeset 756 in MondoRescue for branches/2.0.9/tools/build2pkg


Ignore:
Timestamp:
Aug 7, 2006, 1:16:48 AM (18 years ago)
Author:
Bruno Cornec
Message:

merge -r754:755 $SVN_M/branches/stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0.9/tools/build2pkg

    r754 r756  
    88#
    99
    10 umask 022
     10exec > /tmp/build2pkg.log 2>&1
     11
    1112dname=`dirname $0`
    1213prem=`echo $dname |cut -c1`
     
    9899    elif [  _"$dtype" = _"ebuild" ]; then
    99100        log=$TMP/$p-gentoo.log
    100         tar xfz $src $p-${PVER}/distributions/${ddir}-$dver/$p-${VER}.ebuild
     101        tar xfz $src $p-${PVER}/distributions/${ddir}-$dver/$p-${PVER}.ebuild
    101102        if [ _"`grep $TOPBUILDDIR/portage /etc/make.conf`" = _"" ]; then
    102103            echo "Adding $TOPBUILDDIR/portage to /etc/make.conf"
Note: See TracChangeset for help on using the changeset viewer.