summaryrefslogtreecommitdiffstats
path: root/tools/draklive
diff options
context:
space:
mode:
Diffstat (limited to 'tools/draklive')
-rwxr-xr-xtools/draklive2
1 files changed, 1 insertions, 1 deletions
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});