diff options
Diffstat (limited to 'perl-install/install_steps.pm')
-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. |