summaryrefslogtreecommitdiffstats
path: root/urpmf
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-06-18 13:44:46 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-06-18 13:44:46 +0000
commit26624558d089978e45ead4a25490b757bfe9a2ab (patch)
tree38dcbbe60f594738a2186077664e0aada14354f9 /urpmf
parente4c073c20c98b14fb1bbbebdd79dacaf0a1f903c (diff)
downloadurpmi-26624558d089978e45ead4a25490b757bfe9a2ab.tar
urpmi-26624558d089978e45ead4a25490b757bfe9a2ab.tar.gz
urpmi-26624558d089978e45ead4a25490b757bfe9a2ab.tar.bz2
urpmi-26624558d089978e45ead4a25490b757bfe9a2ab.tar.xz
urpmi-26624558d089978e45ead4a25490b757bfe9a2ab.zip
- urpmf
o bug fix -m (#31452) (bug introduced when moving code to urpm::media) (backport from trunk)
Diffstat (limited to 'urpmf')
-rwxr-xr-xurpmf2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmf b/urpmf
index 7edee6a0..ba87a264 100755
--- a/urpmf
+++ b/urpmf
@@ -128,7 +128,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') {