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


Ignore:
Timestamp:
Aug 7, 2006, 1:15:58 AM (18 years ago)
Author:
Bruno Cornec
Message:
  • Use _defaultdocdir instead of RPM_DOC_DIR for doc built
  • %doc in spec files reviewed
  • Log file for all build scripts
  • Fix a bug for ebuild
  • src file is now name-verion.tar.gz (without TAG)
  • deb pkgs should now be copied on ftp server
  • Fix 2 warnings in mondo
  • Fix a bug introduced for LVM on Debian hopefully
  • Fix a bug on old distros where mktemp needs a template
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/build2pkg

    r753 r755  
    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.