From f035e9a78e2a22333342bc9d68066aa2d9151be8 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 2 Mar 2006 11:34:05 +0000 Subject: try to preserve mode when copying files --- tools/draklive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/draklive') diff --git a/tools/draklive b/tools/draklive index a0b86345c..b7e60b843 100755 --- a/tools/draklive +++ b/tools/draklive @@ -479,7 +479,7 @@ sub post_install_system { foreach (@{$live->{system}{files}}) { my $dest = pop @$_; - cp_f(@$_, get_system_root($live) . $dest); + cp_af(@$_, get_system_root($live) . $dest); } #- make sure harddrake is run: -- cgit v1.2.1