diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-07-26 11:44:28 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-07-26 16:38:05 +0100 |
commit | 2584a460b5e560fce8719879414311b16b2c63d9 (patch) | |
tree | ffc7f2c63836505caa084cac8c8f180e087f40bc /solenv | |
parent | 331e4d03a70900bc390b376f4073d0efd868b919 (diff) |
just remove logging dir without moaning
Change-Id: I66435c5da113711ecc01d85124dab88411232ee5
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/bin/make_installer.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/make_installer.pl b/solenv/bin/make_installer.pl index 914c79143310..ea77d9f99306 100644 --- a/solenv/bin/make_installer.pl +++ b/solenv/bin/make_installer.pl @@ -248,7 +248,7 @@ installer::control::set_addsystemintegration($allvariableshashref); ######################################################## my $oldloggingdir = $loggingdir; -installer::systemactions::remove_empty_directory($oldloggingdir); +installer::systemactions::remove_complete_directory($oldloggingdir); $loggingdir = installer::systemactions::create_directories("logging", ""); $loggingdir = $loggingdir . $installer::globals::separator; $installer::globals::exitlog = $loggingdir; |