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


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/svn2build

    r753 r755  
    55# $Id$
    66#
     7
     8exec > /tmp/svn2build.log 2>&1
    79
    810dname=`dirname $0`
     
    136138    # Finally creates the tar files
    137139    echo "Creating $p tar files"
    138     tar cfphz ${DEST}/$p-$v-$TAG.tar.gz $dest
     140    tar cfphz ${DEST}/$p-$v.tar.gz $dest
    139141    #gzip -cd ${DEST}/$p-$v-$TAG.tar.gz | bzip2 -c3 > ${DEST}/$p-$v-$TAG.tar.bz2
    140142    #tar cfhj ${DEST}/$p-$v-$TAG.tar.bz2 $dest
Note: See TracChangeset for help on using the changeset viewer.