From 7b506103858acdff270ed0b68871f5f727607f7e Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 18 Jul 2002 16:08:17 +0000 Subject: fixes with new urpm library of urpmi. --- perl-install/standalone/XFdrake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install') diff --git a/perl-install/standalone/XFdrake b/perl-install/standalone/XFdrake index e5e7b5609..35eb74b88 100755 --- a/perl-install/standalone/XFdrake +++ b/perl-install/standalone/XFdrake @@ -69,8 +69,8 @@ my $allowNVIDIA_rpms; foreach (grep { !$_->{ignore} } @{$urpm->{media} || []}) { $urpm->parse_synthesis($_); } - foreach (@{$urpm->{params}{depslist} || []}) { - $_->{name} =~ /NVIDIA/ and $list->{$_->{name}} = 1; + foreach (@{$urpm->{depslist} || []}) { + $_->name =~ /NVIDIA/ and $list->{$_->name} = 1; } }; if ($list{NVIDIA_GLX}) { -- cgit v1.2.1