From 2203611500f1fdeb63ed1fd1dfedbdb11dec968e Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 8 Nov 2013 00:26:38 +0100 Subject: installer: remove (now unnecessary) shlxthdlpath Change-Id: Ic84cdc33f470ce3ed143d86add04a422f8b9e365 Reviewed-on: https://gerrit.libreoffice.org/6614 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- solenv/bin/modules/installer/environment.pm | 3 --- 1 file changed, 3 deletions(-) (limited to 'solenv') 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 = ""; -- cgit