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


Ignore:
Timestamp:
Aug 6, 2006, 1:43:13 PM (18 years ago)
Author:
Bruno Cornec
Message:
  • Qemu doc updated for SLES 10
  • creation of tar file with -p to preserve directory modes
  • mindi's version now handled correctly in svn2build
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/svn2build

    r731 r753  
    136136    # Finally creates the tar files
    137137    echo "Creating $p tar files"
    138     tar cfhz ${DEST}/$p-$v-$TAG.tar.gz $dest
     138    tar cfphz ${DEST}/$p-$v-$TAG.tar.gz $dest
    139139    #gzip -cd ${DEST}/$p-$v-$TAG.tar.gz | bzip2 -c3 > ${DEST}/$p-$v-$TAG.tar.bz2
    140140    #tar cfhj ${DEST}/$p-$v-$TAG.tar.bz2 $dest
Note: See TracChangeset for help on using the changeset viewer.