summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorNicolas Planel <nplanel@mandriva.com>2004-01-30 14:26:22 +0000
committerNicolas Planel <nplanel@mandriva.com>2004-01-30 14:26:22 +0000
commita6481196e20738d22d589bbb2145ae9dc29697db (patch)
tree99d9769c1879afb570d7807766fa62fa0a65fbd8 /perl-install/install_steps.pm
parent3a9a3654d1112f9a59d46846b579b7a803167713 (diff)
downloaddrakx-backup-do-not-use-a6481196e20738d22d589bbb2145ae9dc29697db.tar
drakx-backup-do-not-use-a6481196e20738d22d589bbb2145ae9dc29697db.tar.gz
drakx-backup-do-not-use-a6481196e20738d22d589bbb2145ae9dc29697db.tar.bz2
drakx-backup-do-not-use-a6481196e20738d22d589bbb2145ae9dc29697db.tar.xz
drakx-backup-do-not-use-a6481196e20738d22d589bbb2145ae9dc29697db.zip
add/fix various/agpgart section
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm2
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);
}