From a6481196e20738d22d589bbb2145ae9dc29697db Mon Sep 17 00:00:00 2001 From: Nicolas Planel Date: Fri, 30 Jan 2004 14:26:22 +0000 Subject: add/fix various/agpgart section --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 38a46334c..b61623018 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -334,7 +334,7 @@ sub beforeInstallPackages { log::l("setting excludedocs to $o->{excludedocs}"); substInFile { s/%_excludedocs.*//; $_ .= "%_excludedocs yes\n" if eof && $o->{excludedocs} } "$o->{prefix}/etc/rpm/macros"; - if (my ($agp) = modules::probe_category('other/agpgart')) { + if (my ($agp) = modules::probe_category('various/agpgart')) { modules::add_alias('agpgart', $agp); } -- cgit v1.2.1