diff options
-rwxr-xr-x | perl-install/standalone/XFdrake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/XFdrake b/perl-install/standalone/XFdrake index 80f324fe0..9c0bcfbab 100755 --- a/perl-install/standalone/XFdrake +++ b/perl-install/standalone/XFdrake @@ -115,7 +115,7 @@ sub allowNVIDIA_rpms { $urpm->parse_synthesis($_); } foreach (@{$urpm->{depslist} || []}) { - $_->name =~ /NVIDIA/ and $list->{$_->name} = 1; + $_->name =~ /NVIDIA/ and $list{$_->name} = 1; } }; if ($list{NVIDIA_GLX}) { |