summaryrefslogtreecommitdiffstats
path: root/perl-install/install/any.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-04-06 18:00:48 +0000
committerThierry Vignaud <tv@mandriva.org>2009-04-06 18:00:48 +0000
commit41d805add5f0d4d8be3570164110c453865b42c3 (patch)
treea3dc49e40d1058eb24adaed4c2d287a048f54f58 /perl-install/install/any.pm
parent1e000f9b2e32c3f2490eeea0efa4a600a00a4cbf (diff)
downloaddrakx-backup-do-not-use-41d805add5f0d4d8be3570164110c453865b42c3.tar
drakx-backup-do-not-use-41d805add5f0d4d8be3570164110c453865b42c3.tar.gz
drakx-backup-do-not-use-41d805add5f0d4d8be3570164110c453865b42c3.tar.bz2
drakx-backup-do-not-use-41d805add5f0d4d8be3570164110c453865b42c3.tar.xz
drakx-backup-do-not-use-41d805add5f0d4d8be3570164110c453865b42c3.zip
(_adjust_paths_in_urpmi_cfg) change it so that it consider per medium
physical medium instead of global medium ; fix path of NFS media after installation (setPackages) adjust paths in urpmi.cfg there instead of within get_media()
Diffstat (limited to 'perl-install/install/any.pm')
-rw-r--r--perl-install/install/any.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm
index 2698317e6..bb2ddfcf5 100644
--- a/perl-install/install/any.pm
+++ b/perl-install/install/any.pm
@@ -323,6 +323,7 @@ sub setPackages {
urpm::media::update_media($o->{packages}, distrib => 1, callback => \&urpm::download::sync_logger) or
log::l('updating media failed');
+ install::media::adjust_paths_in_urpmi_cfg($o->{packages});
urpm::media::configure($o->{packages});
log::l('urpmi completely set up');