diff options
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 79acf0d59..27704407f 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -963,7 +963,7 @@ sub install_urpmi { log::l("unable to find ISO image file name ($iso_info->{file}), not adding urpmi media"), next; my $dest = "/mnt/inst_iso"; $dir = "removable:/$dest/$_->{rpmsdir}"; - -d "$::prefix/$dest" or mkdir_p($dest); + -d "$::prefix/$dest" or mkdir_p("$::prefix/$dest"); $removable_device = "$p->{mntpoint}/$iso_path"; } elsif ($curmethod eq 'cdrom') { $removable_device = '/dev/cdrom'; |