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


Ignore:
Timestamp:
Aug 8, 2006, 12:14:12 AM (18 years ago)
Author:
Bruno Cornec
Message:
  • Remove Berlios references where obsolete
  • Improve mindi patch for LVM on Debian
  • bzip2 now created during svn2build, and used later by othe scripts (rationale: done once and used now a lot)
  • Fix a patch for mkannounce
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/build2pkg

    r761 r763  
    7171
    7272        if [ "$dfam" = "mandriva" ] || [ "$dfam" = "suse" ]; then
    73             echo "Generating bzip2 files ($dfam)"
    74             gzip -cd $src | bzip2 -c3 > SOURCES/$pv.tar.bz2
     73            echo "Using bzip2 files ($dfam)"
     74            ln -sf $pv.tar.bz2 SOURCES/
    7575        else
     76            echo "Using gzip files ($dfam)"
    7677            ln -sf $src SOURCES/
    7778        fi
Note: See TracChangeset for help on using the changeset viewer.