diff options
author | Francois Pons <fpons@mandriva.com> | 1999-10-11 17:04:31 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 1999-10-11 17:04:31 +0000 |
commit | 9ad846cd08f909f760f80bf703b8d4dbe1809c7b (patch) | |
tree | 0afede65ca0b4024e3738639c3661ddf2145f09e /perl-install/install_steps.pm | |
parent | f3555a3ac7978f63ef42b4373da92ff1ce791031 (diff) | |
download | drakx-9ad846cd08f909f760f80bf703b8d4dbe1809c7b.tar drakx-9ad846cd08f909f760f80bf703b8d4dbe1809c7b.tar.gz drakx-9ad846cd08f909f760f80bf703b8d4dbe1809c7b.tar.bz2 drakx-9ad846cd08f909f760f80bf703b8d4dbe1809c7b.tar.xz drakx-9ad846cd08f909f760f80bf703b8d4dbe1809c7b.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 9c916cc5b..ee62d62bf 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -59,7 +59,7 @@ sub leavingStep($$) { my ($o, $step) = @_; log::l("step `$step' finished"); - eval { commands::cp('-f', "/tmp/ddebug.log", "$o->{prefix}/root") } if -d "$o->{prefix}/root"; + eval { commands::cp('-f', "/tmp/ddebug.log", "$o->{prefix}/root") } if -d "$o->{prefix}/root" && !$::testing; $o->{steps}{$step}{reachable} = $o->{steps}{$step}{redoable}; |