summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2002-09-19 09:45:15 +0000
committerDaouda Lo <daouda@mandriva.com>2002-09-19 09:45:15 +0000
commit0046411d6dcae1c225c774469d0ff92823403e4c (patch)
treecd4686df641c034cc3e1454cef9d22a6de5b9cd8
parent613e670f94f4e36c89ea87b6b07a9b99878d9d4d (diff)
downloaddrakx-backup-do-not-use-0046411d6dcae1c225c774469d0ff92823403e4c.tar
drakx-backup-do-not-use-0046411d6dcae1c225c774469d0ff92823403e4c.tar.gz
drakx-backup-do-not-use-0046411d6dcae1c225c774469d0ff92823403e4c.tar.bz2
drakx-backup-do-not-use-0046411d6dcae1c225c774469d0ff92823403e4c.tar.xz
drakx-backup-do-not-use-0046411d6dcae1c225c774469d0ff92823403e4c.zip
- s/rpm/mdk/ in package version matching
-rwxr-xr-xperl-install/standalone/drakbug2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug
index 2903bb320..c5f1e8c0e 100755
--- a/perl-install/standalone/drakbug
+++ b/perl-install/standalone/drakbug
@@ -135,7 +135,7 @@ my $Report_Button = new Gtk::Button(_("Report"));
$Report_Button->signal_connect(clicked => sub { my $options = "mdkbugreport=1";
$options.="&incident=1" if $incident;
$p = $package->get_text(); $k=$kernel_rel->get_text(); ($r =parse_release()) =~ s/\s//;
- $options.="&package=$p" if $p =~ /rpm/;
+ $options.="&package=$p" if $p =~ /mdk/;
$options.="&kernel=$k";
$options.="&version=$r";
print "$bugzilla_url"."?"."$options" ."\n";