summaryrefslogtreecommitdiffstats
path: root/solenv/bin/modules/installer/windows/directory.pm
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-04-11 18:09:26 +0200
committerAndras Timar <atimar@suse.com>2012-04-11 18:09:26 +0200
commitefa4580b8f4a86566fda9be87e02d0ed9a346aa3 (patch)
tree0f41c404ad8601de203f50da52bf424074c025b0 /solenv/bin/modules/installer/windows/directory.pm
parentExport chart X,Y errorbars. (diff)
downloadcore-efa4580b8f4a86566fda9be87e02d0ed9a346aa3.tar.gz
core-efa4580b8f4a86566fda9be87e02d0ed9a346aa3.zip
remove sundir* stuff from installer that was used for the proprietary product
Diffstat (limited to 'solenv/bin/modules/installer/windows/directory.pm')
-rw-r--r--solenv/bin/modules/installer/windows/directory.pm9
1 files changed, 0 insertions, 9 deletions
diff --git a/solenv/bin/modules/installer/windows/directory.pm b/solenv/bin/modules/installer/windows/directory.pm
index cd922ad1c030..4c71610f03a8 100644
--- a/solenv/bin/modules/installer/windows/directory.pm
+++ b/solenv/bin/modules/installer/windows/directory.pm
@@ -235,15 +235,6 @@ sub create_unique_directorynames
if ( $installer::globals::installlocationdirectoryset ) { installer::exiter::exit_program("ERROR: Directory with flag ISINSTALLLOCATION alread set: \"$installer::globals::installlocationdirectory\".", "create_unique_directorynames"); }
$installer::globals::installlocationdirectory = $uniquename;
$installer::globals::installlocationdirectoryset = 1;
- if ( $installer::globals::installlocationdirectory =~ /oracle_/i ) { $installer::globals::sundirexists = 1; }
- }
-
- # setting the sundirectory
- if ( $styles =~ /\bSUNDIRECTORY\b/ )
- {
- if ( $installer::globals::vendordirectoryset ) { installer::exiter::exit_program("ERROR: Directory with flag SUNDIRECTORY alread set: \"$installer::globals::vendordirectory\".", "create_unique_directorynames"); }
- $installer::globals::vendordirectory = $uniquename;
- $installer::globals::vendordirectoryset = 1;
}
}