diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-11-26 10:51:42 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-11-26 10:53:12 +0100 |
commit | d90d47e513f21b07095722559db997fa41d1645e (patch) | |
tree | 70a01ba7b09a3641f530e207c9772bdb45c182ea /solenv | |
parent | 5be1635d45e28e047af0cde4e387b07a3131cc9d (diff) |
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
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/bin/modules/installer/scriptitems.pm | 2 |
1 files changed, 0 insertions, 2 deletions
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/\<productcode\>/$installer::globals::productcode/; $value =~ s/\<upgradecode\>/$installer::globals::upgradecode/; $value =~ s/\<alllanguages\>/$languagesstring/; - $value =~ s/\<productmajor\>/$localbuild/; - $value =~ s/\<productminor\>/$localminor/; $value =~ s/\<sourceid\>/$installer::globals::build/; $value =~ s/\<updateid\>/$updateid/; $value =~ s/\<pkgformat\>/$installer::globals::packageformat/; |