summaryrefslogtreecommitdiffstats
path: root/rescue/make_rescue_img
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-05-10 00:54:45 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-05-10 00:54:45 +0000
commit2b7bdddc118215d51f99b82d3b0d17edcee1a760 (patch)
tree10a238ba63affed782c6c5c057c17babdb3570b7 /rescue/make_rescue_img
parent00aaaee854a93d4d665ff8d89058641d93825afb (diff)
downloaddrakx-backup-do-not-use-2b7bdddc118215d51f99b82d3b0d17edcee1a760.tar
drakx-backup-do-not-use-2b7bdddc118215d51f99b82d3b0d17edcee1a760.tar.gz
drakx-backup-do-not-use-2b7bdddc118215d51f99b82d3b0d17edcee1a760.tar.bz2
drakx-backup-do-not-use-2b7bdddc118215d51f99b82d3b0d17edcee1a760.tar.xz
drakx-backup-do-not-use-2b7bdddc118215d51f99b82d3b0d17edcee1a760.zip
fix (for list_modules.pm)
Diffstat (limited to 'rescue/make_rescue_img')
-rwxr-xr-xrescue/make_rescue_img2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/make_rescue_img b/rescue/make_rescue_img
index bb64c5dae..2b7a9e611 100755
--- a/rescue/make_rescue_img
+++ b/rescue/make_rescue_img
@@ -43,7 +43,7 @@ sub installown($$) {
my ($own, $dir) = @_;
return if -e "$tmp$dir/" . basename($own);
mkdir_p("$tmp$dir");
- _ "cp -r $own $tmp$dir";
+ _ "cp -rL $own $tmp$dir";
}
sub install_perl_script {