diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-02-02 12:31:35 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-02-02 12:31:35 +0000 |
commit | e2b1261d5e30f98f50ae3af54d5791a31f5b63a2 (patch) | |
tree | 5e146866ec4d39b8f2d1585e39ce0c8f815c2adf | |
parent | d0cf681719261295fb9c6680513487494b071498 (diff) | |
download | drakx-e2b1261d5e30f98f50ae3af54d5791a31f5b63a2.tar drakx-e2b1261d5e30f98f50ae3af54d5791a31f5b63a2.tar.gz drakx-e2b1261d5e30f98f50ae3af54d5791a31f5b63a2.tar.bz2 drakx-e2b1261d5e30f98f50ae3af54d5791a31f5b63a2.tar.xz drakx-e2b1261d5e30f98f50ae3af54d5791a31f5b63a2.zip |
fix typo creating agpgart alias
-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 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. |