diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-11-06 18:16:56 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-11-06 18:16:56 +0000 |
commit | 41ba541d10a02a787d5fe4974a9c389093c3b155 (patch) | |
tree | a3f0cc784041b66f0df9a0fcdffd8d28b5ff2aee /perl-install/standalone | |
parent | 07ef1cb49605b7d2df578a79f5eee812f87a7062 (diff) | |
download | drakx-41ba541d10a02a787d5fe4974a9c389093c3b155.tar drakx-41ba541d10a02a787d5fe4974a9c389093c3b155.tar.gz drakx-41ba541d10a02a787d5fe4974a9c389093c3b155.tar.bz2 drakx-41ba541d10a02a787d5fe4974a9c389093c3b155.tar.xz drakx-41ba541d10a02a787d5fe4974a9c389093c3b155.zip |
fix typo
Diffstat (limited to 'perl-install/standalone')
-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}) { |