diff options
author | Nicolas Planel <nplanel@mandriva.com> | 2004-01-30 14:26:22 +0000 |
---|---|---|
committer | Nicolas Planel <nplanel@mandriva.com> | 2004-01-30 14:26:22 +0000 |
commit | a6481196e20738d22d589bbb2145ae9dc29697db (patch) | |
tree | 99d9769c1879afb570d7807766fa62fa0a65fbd8 /perl-install | |
parent | 3a9a3654d1112f9a59d46846b579b7a803167713 (diff) | |
download | drakx-a6481196e20738d22d589bbb2145ae9dc29697db.tar drakx-a6481196e20738d22d589bbb2145ae9dc29697db.tar.gz drakx-a6481196e20738d22d589bbb2145ae9dc29697db.tar.bz2 drakx-a6481196e20738d22d589bbb2145ae9dc29697db.tar.xz drakx-a6481196e20738d22d589bbb2145ae9dc29697db.zip |
add/fix various/agpgart section
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); } |