Changeset 724 in MondoRescue for branches/stable/tools


Ignore:
Timestamp:
Jul 29, 2006, 9:05:33 PM (18 years ago)
Author:
Bruno Cornec
Message:

Also using bzip2 for SuSE based RPMS (Lars proposal)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/build2pkg

    r723 r724  
    6969        log=$TMP/$p-rpm.log
    7070
    71         if [ "$dfam" = "mandriva" ]; then
    72             echo "Generating bzip2 files (mandriva)"
     71        if [ "$dfam" = "mandriva" || "$dfam" = "suse" ]; then
     72            echo "Generating bzip2 files ($dfam)"
    7373            gzip -cd $src | bzip2 -c3 > SOURCES/$pv.tar.bz2
    7474        else
Note: See TracChangeset for help on using the changeset viewer.