summaryrefslogtreecommitdiffstats
path: root/solenv/bin/make_installer.pl
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-09-01 09:39:11 +0200
committerAndras Timar <atimar@suse.com>2011-09-01 09:39:11 +0200
commitae4ad0eabe36c4df524c99ae4dc509c0bd36c0c6 (patch)
treeedba14be2b44a22899a0bfeca4ab660dffcad49c /solenv/bin/make_installer.pl
parentSwitch to for loop and reduce scoping level. (diff)
downloadcore-ae4ad0eabe36c4df524c99ae4dc509c0bd36c0c6.tar.gz
core-ae4ad0eabe36c4df524c99ae4dc509c0bd36c0c6.zip
extend branding options in configure
Diffstat (limited to 'solenv/bin/make_installer.pl')
-rw-r--r--solenv/bin/make_installer.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/make_installer.pl b/solenv/bin/make_installer.pl
index c8e92dcdbe23..e8c2a74db880 100644
--- a/solenv/bin/make_installer.pl
+++ b/solenv/bin/make_installer.pl
@@ -254,7 +254,7 @@ if ( $installer::globals::globallogging ) { installer::files::save_hash($logging
installer::ziplist::add_variables_to_allvariableshashref($allvariableshashref);
if ( $installer::globals::globallogging ) { installer::files::save_hash($loggingdir . "allvariables3b.log", $allvariableshashref); }
-installer::ziplist::overwrite_ooovendor( $allvariableshashref );
+installer::ziplist::overwrite_branding( $allvariableshashref );
if ( $installer::globals::globallogging ) { installer::files::save_hash($loggingdir . "allvariables3c.log", $allvariableshashref); }