summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-08-07 17:13:51 +0000
committerFrancois Pons <fpons@mandriva.com>2002-08-07 17:13:51 +0000
commit2174f1ed26583403f444678dbc697e9cb19c880b (patch)
treef2c8884f273c86522fee2401872336e978c4dff3
parent9d9dedf3a80cb25494ffe5fa03492f208fd23f98 (diff)
downloaddrakx-backup-do-not-use-2174f1ed26583403f444678dbc697e9cb19c880b.tar
drakx-backup-do-not-use-2174f1ed26583403f444678dbc697e9cb19c880b.tar.gz
drakx-backup-do-not-use-2174f1ed26583403f444678dbc697e9cb19c880b.tar.bz2
drakx-backup-do-not-use-2174f1ed26583403f444678dbc697e9cb19c880b.tar.xz
drakx-backup-do-not-use-2174f1ed26583403f444678dbc697e9cb19c880b.zip
call rpmReadConfigFiles before installing packages.
-rw-r--r--perl-install/pkgs.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm
index 4144897f8..e7170831a 100644
--- a/perl-install/pkgs.pm
+++ b/perl-install/pkgs.pm
@@ -898,6 +898,7 @@ sub install($$$;$$) {
log::l("pkgs::install the following: ", join(" ", map { $_->name } values %packages));
eval { fs::mount("/proc", "$prefix/proc", "proc", 0) } unless -e "$prefix/proc/cpuinfo";
+ URPM::read_config_files;
openInstallLog($prefix);
#- do not modify/translate the message used with installCallback since