From 8c7c8f9e1497f80cbe9bbdc1bf0b8552b7dd88cb Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 16 Sep 2001 18:35:07 +0000 Subject: use new mkdir_p, rm_rf and cp_af from MDK::Common --- perl-install/fs.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'perl-install/fs.pm') diff --git a/perl-install/fs.pm b/perl-install/fs.pm index 6df2b3005..e047c1611 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -11,7 +11,6 @@ use partition_table qw(:types); use run_program; use swap; use detect_devices; -use commands; use modules; use fsedit; use loopback; @@ -556,7 +555,7 @@ sub mount { my ($dev, $where, $fs, $rdonly) = @_; log::l("mounting $dev on $where as type $fs"); - -d $where or commands::mkdir_('-p', $where); + -d $where or mkdir_p($where); my @fs_modules = qw(vfat hfs romfs ufs reiserfs xfs jfs ext3); -- cgit v1.2.1