summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2006-03-02 11:34:05 +0000
committerOlivier Blin <oblin@mandriva.org>2006-03-02 11:34:05 +0000
commitf035e9a78e2a22333342bc9d68066aa2d9151be8 (patch)
tree6f3a308fdabccff56b1b32339be5212f150e7211 /tools
parentb8d9f57af387f60adf6c1c42ffd21471c572d3ff (diff)
downloaddrakx-backup-do-not-use-f035e9a78e2a22333342bc9d68066aa2d9151be8.tar
drakx-backup-do-not-use-f035e9a78e2a22333342bc9d68066aa2d9151be8.tar.gz
drakx-backup-do-not-use-f035e9a78e2a22333342bc9d68066aa2d9151be8.tar.bz2
drakx-backup-do-not-use-f035e9a78e2a22333342bc9d68066aa2d9151be8.tar.xz
drakx-backup-do-not-use-f035e9a78e2a22333342bc9d68066aa2d9151be8.zip
try to preserve mode when copying files
Diffstat (limited to 'tools')
-rwxr-xr-xtools/draklive2
1 files changed, 1 insertions, 1 deletions
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: