summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-11-08 00:26:38 +0100
committerMichael Stahl <mstahl@redhat.com>2013-11-08 04:03:22 -0600
commit2203611500f1fdeb63ed1fd1dfedbdb11dec968e (patch)
tree242e8c93af1dbdcafced0320406afbfea61fa62a /solenv
parent560b27613679d2a3b3ddb89c2afe481bcf2996e3 (diff)
installer: remove (now unnecessary) shlxthdlpath
Change-Id: Ic84cdc33f470ce3ed143d86add04a422f8b9e365 Reviewed-on: https://gerrit.libreoffice.org/6614 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/modules/installer/environment.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/solenv/bin/modules/installer/environment.pm b/solenv/bin/modules/installer/environment.pm
index ab0d877758c2..cdabfd50ace1 100644
--- a/solenv/bin/modules/installer/environment.pm
+++ b/solenv/bin/modules/installer/environment.pm
@@ -33,9 +33,6 @@ sub create_pathvariables
# The following variables are needed in the path file list
# solarenvpath, os, pmiscpath
- my $shlxthdlpath = $ENV{'INSTDIR'} . $installer::globals::separator . "program" . $installer::globals::separator . "shlxthdl";
- $variables{'shlxthdlpath'} = $shlxthdlpath;
-
$variables{'os'} = $installer::globals::compiler;
my $solarenvpath = "";