You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
636 B
11 lines
636 B
14 years ago
|
--- a/solenv/bin/modules/installer/worker.pm 2010-11-20 13:36:38.000000000 +0000
|
||
|
+++ b/solenv/bin/modules/installer/worker.pm 2010-11-20 13:36:42.000000000 +0000
|
||
|
@@ -403,7 +403,6 @@
|
||
|
{
|
||
|
$installdir = installer::systemactions::create_directories("install", $languageref);
|
||
|
installer::logger::print_message( "... creating installation set in $installdir ...\n" );
|
||
|
- remove_old_installation_sets($installdir);
|
||
|
my $inprogressinstalldir = $installdir . "_inprogress";
|
||
|
installer::systemactions::rename_directory($installdir, $inprogressinstalldir);
|
||
|
$installdir = $inprogressinstalldir;
|