From 41ba541d10a02a787d5fe4974a9c389093c3b155 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 6 Nov 2002 18:16:56 +0000 Subject: fix typo --- perl-install/standalone/XFdrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}) { -- cgit v1.2.1