a85919d
From 2ed57bc3ba020ebc6aec933445ae0b274685499e Mon Sep 17 00:00:00 2001
a85919d
From: David Tardon <dtardon@redhat.com>
a85919d
Date: Mon, 3 Feb 2014 21:41:00 +0100
a85919d
Subject: [PATCH] installation fix
a85919d
a85919d
---
a85919d
 solenv/bin/modules/installer/worker.pm | 1 -
a85919d
 1 file changed, 1 deletion(-)
a85919d
a85919d
diff --git a/solenv/bin/modules/installer/worker.pm b/solenv/bin/modules/installer/worker.pm
a85919d
index aab676f..0e6f67d 100644
a85919d
--- a/solenv/bin/modules/installer/worker.pm
a85919d
+++ b/solenv/bin/modules/installer/worker.pm
a85919d
@@ -96,7 +96,6 @@ sub create_installation_directory
8dd8adf
 
a85919d
     $installdir = installer::systemactions::create_directories("install", $languageref);
a85919d
     installer::logger::print_message( "... creating installation set in $installdir ...\n" );
a85919d
-    remove_old_installation_sets($installdir);
a85919d
     my $inprogressinstalldir = $installdir . "_inprogress";
a85919d
     installer::systemactions::rename_directory($installdir, $inprogressinstalldir);
a85919d
     $installdir = $inprogressinstalldir;
a85919d
-- 
a85919d
1.8.4.2
a85919d