From d90d47e513f21b07095722559db997fa41d1645e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 26 Nov 2014 10:51:42 +0100 Subject: version ini-file's ProductMajor/Minor are unused ...and had started to have different values in instdir (ProductMajor=450, ProductMinor=0) vs. installation sets (ProductMajor=50, ProductMinor=) Change-Id: I4db2c07b5f7b011218833fc355a3097eb13d0cd4 --- solenv/bin/modules/installer/scriptitems.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'solenv') diff --git a/solenv/bin/modules/installer/scriptitems.pm b/solenv/bin/modules/installer/scriptitems.pm index 4c384ce53e3d..7fdb6540c34b 100644 --- a/solenv/bin/modules/installer/scriptitems.pm +++ b/solenv/bin/modules/installer/scriptitems.pm @@ -667,8 +667,6 @@ sub replace_setup_variables $value =~ s/\/$installer::globals::productcode/; $value =~ s/\/$installer::globals::upgradecode/; $value =~ s/\/$languagesstring/; - $value =~ s/\/$localbuild/; - $value =~ s/\/$localminor/; $value =~ s/\/$installer::globals::build/; $value =~ s/\/$updateid/; $value =~ s/\/$installer::globals::packageformat/; -- cgit