summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-02-02 12:31:35 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-02-02 12:31:35 +0000
commite2b1261d5e30f98f50ae3af54d5791a31f5b63a2 (patch)
tree5e146866ec4d39b8f2d1585e39ce0c8f815c2adf /perl-install/install_steps.pm
parentd0cf681719261295fb9c6680513487494b071498 (diff)
downloaddrakx-backup-do-not-use-e2b1261d5e30f98f50ae3af54d5791a31f5b63a2.tar
drakx-backup-do-not-use-e2b1261d5e30f98f50ae3af54d5791a31f5b63a2.tar.gz
drakx-backup-do-not-use-e2b1261d5e30f98f50ae3af54d5791a31f5b63a2.tar.bz2
drakx-backup-do-not-use-e2b1261d5e30f98f50ae3af54d5791a31f5b63a2.tar.xz
drakx-backup-do-not-use-e2b1261d5e30f98f50ae3af54d5791a31f5b63a2.zip
fix typo creating agpgart alias
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 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.