From 468f4491666100e6328b4918ffa9cda0398e703d Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 5 Dec 2005 12:27:44 +0000 Subject: revert to cp_f --- tools/draklive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/draklive b/tools/draklive index 770900a6d..1b3d44a98 100755 --- a/tools/draklive +++ b/tools/draklive @@ -465,7 +465,7 @@ sub record_master { unless ($o_refresh_boot_only) { foreach (grep { $_->{build_from} || $_->{pre_create} } @{$live->{mount}{dirs} || []}) { print "copying $_->{source}\n"; - run_('cp', '-f', $live->{images_dir} . '/' . $_->{source}, $live->{mnt}); + cp_f($live->{images_dir} . '/' . $_->{source}, $live->{mnt}); } } run_('umount', $live->{mnt}); -- cgit v1.2.1