diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-05-10 00:54:45 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-05-10 00:54:45 +0000 |
commit | 2b7bdddc118215d51f99b82d3b0d17edcee1a760 (patch) | |
tree | 10a238ba63affed782c6c5c057c17babdb3570b7 /rescue/make_rescue_img | |
parent | 00aaaee854a93d4d665ff8d89058641d93825afb (diff) | |
download | drakx-2b7bdddc118215d51f99b82d3b0d17edcee1a760.tar drakx-2b7bdddc118215d51f99b82d3b0d17edcee1a760.tar.gz drakx-2b7bdddc118215d51f99b82d3b0d17edcee1a760.tar.bz2 drakx-2b7bdddc118215d51f99b82d3b0d17edcee1a760.tar.xz drakx-2b7bdddc118215d51f99b82d3b0d17edcee1a760.zip |
fix (for list_modules.pm)
Diffstat (limited to 'rescue/make_rescue_img')
-rwxr-xr-x | rescue/make_rescue_img | 2 |
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 { |