summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xperl-install/standalone/XFdrake4
1 files changed, 2 insertions, 2 deletions
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}) {