summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 6e5589f1e..c83cb751c 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -48,7 +48,7 @@ sub leavingStep {
my ($o, $step) = @_;
log::l("step `$step' finished");
- if (-d "$o->{prefix}/root") {
+ if (-d "$o->{prefix}/root/drakx") {
eval { cp_af("/tmp/ddebug.log", "$o->{prefix}/root/drakx") };
output(install_any::auto_inst_file(), install_any::g_auto_install());
}