diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |