diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-03-11 10:05:51 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-03-11 10:05:51 +0000 |
commit | ebac5cdde27bfcaefcb53137eaf5853931b5791c (patch) | |
tree | b2f3ccb4ff066bb22ce2af76bedeecef68c1df76 /perl-install | |
parent | 62b683d439b80acd6ef7db3646261d64c67007d7 (diff) | |
download | drakx-ebac5cdde27bfcaefcb53137eaf5853931b5791c.tar drakx-ebac5cdde27bfcaefcb53137eaf5853931b5791c.tar.gz drakx-ebac5cdde27bfcaefcb53137eaf5853931b5791c.tar.bz2 drakx-ebac5cdde27bfcaefcb53137eaf5853931b5791c.tar.xz drakx-ebac5cdde27bfcaefcb53137eaf5853931b5791c.zip |
(install_urpmi) reindent
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install/media.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/install/media.pm b/perl-install/install/media.pm index 76f4cf232..2ca7b1a8d 100644 --- a/perl-install/install/media.pm +++ b/perl-install/install/media.pm @@ -930,9 +930,9 @@ sub install_urpmi { my $phys_m = $medium->{phys_medium}; $dir = _get_medium_dir($phys_m); - if ($phys_m->{method} eq 'iso') { - $removable_device = $phys_m->{loopback_device}{mntpoint} . $phys_m->{loopback_file}; - } + if ($phys_m->{method} eq 'iso') { + $removable_device = $phys_m->{loopback_device}{mntpoint} . $phys_m->{loopback_file}; + } $dir = MDK::Common::File::concat_symlink($dir, $medium->{rpmsdir}); |