From e2b1261d5e30f98f50ae3af54d5791a31f5b63a2 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 2 Feb 2004 12:31:35 +0000 Subject: fix typo creating agpgart alias --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 8a9b017c6..6c710d9f9 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -335,7 +335,7 @@ sub beforeInstallPackages { substInFile { s/%_excludedocs.*//; $_ .= "%_excludedocs yes\n" if eof && $o->{excludedocs} } "$o->{prefix}/etc/rpm/macros"; if (my ($agp) = modules::probe_category('various/agpgart')) { - modules::add_alias('agpgart', $agp); + modules::add_alias('agpgart', $agp->{driver}); } #- add oem theme if the files exists. -- cgit v1.2.1