diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-06-07 22:22:08 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-06-07 22:22:08 +0000 |
commit | ed721d84609cb863c236c9e7bd087aa6a362df3b (patch) | |
tree | 9b8be32ee086e82e574ecf502f16dc6c3483504b /perl-install/install_steps.pm | |
parent | 03396877116a0728d02b4f48861121e73e38a368 (diff) | |
download | drakx-ed721d84609cb863c236c9e7bd087aa6a362df3b.tar drakx-ed721d84609cb863c236c9e7bd087aa6a362df3b.tar.gz drakx-ed721d84609cb863c236c9e7bd087aa6a362df3b.tar.bz2 drakx-ed721d84609cb863c236c9e7bd087aa6a362df3b.tar.xz drakx-ed721d84609cb863c236c9e7bd087aa6a362df3b.zip |
no_comment
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 21b8b6dd4..83891d4dc 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -51,7 +51,7 @@ sub leavingStep { log::l("step `$step' finished"); if (-d "$o->{prefix}/root") { - eval { commands::cp('-f', "/tmp/ddebug.log", "/tmp/exec.log", "$o->{prefix}/root") }; + eval { commands::cp('-f', "/tmp/ddebug.log", "$o->{prefix}/root") }; install_any::g_auto_install(); } |