summaryrefslogtreecommitdiffstats
path: root/urpmf
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-06-18 13:44:16 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-06-18 13:44:16 +0000
commitcf2bccec451dc425d6d8d4f35651d64e219ed494 (patch)
treeda8cdb44746ee3b87eda182ac9bae15e8569616e /urpmf
parent7a8b8cca8c0b154c38912f8b4833acf4e85c9151 (diff)
downloadurpmi-cf2bccec451dc425d6d8d4f35651d64e219ed494.tar
urpmi-cf2bccec451dc425d6d8d4f35651d64e219ed494.tar.gz
urpmi-cf2bccec451dc425d6d8d4f35651d64e219ed494.tar.bz2
urpmi-cf2bccec451dc425d6d8d4f35651d64e219ed494.tar.xz
urpmi-cf2bccec451dc425d6d8d4f35651d64e219ed494.zip
- urpmf
o bug fix -m (#31452) (bug introduced when moving code to urpm::media)
Diffstat (limited to 'urpmf')
-rwxr-xr-xurpmf2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmf b/urpmf
index 1b553461..1ee7604c 100755
--- a/urpmf
+++ b/urpmf
@@ -129,7 +129,7 @@ my %usedtags;
my $sprintfargs = join(', ', map {
$usedtags{$_} = 1;
if ($_ eq 'media') {
- '$urpm::currentmedia->{name}';
+ '$urpm::media::currentmedia->{name}';
} elsif ($_ eq 'fullname') {
'scalar($pkg->fullname)';
} elsif ($_ eq 'description') {