Changeset 776 in MondoRescue for branches/2.0.9


Ignore:
Timestamp:
Aug 9, 2006, 1:07:57 AM (18 years ago)
Author:
Bruno Cornec
Message:

Again a fix for #41

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0.9/tools/mkchangelog.pl

    r775 r776  
    9191    if ($dtype eq "rpm") {
    9292        if ($ver !~ /-/) {
    93             $ver2 = "$ver-$tag";
     93            $ver2 = "$ver-$tag"."$ENV{suf}";
    9494        } else {
    95             $ver2 = $ver;
     95            $ver2 = "$ver"."$ENV{suf}";
    9696        }
    9797        print OUTPUT "* $ndate Bruno Cornec <bruno\@mondorescue.org> $ver2\n";
Note: See TracChangeset for help on using the changeset viewer.