From c066dc0e2e16828b0ff3a440b6703df47048da59 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Mon, 26 Nov 2007 12:16:53 +0000 Subject: [PATCH] INTEGRATION: CWS onlineupdate6 (1.39.40); FILE MERGED 2007/11/06 09:45:15 obr 1.39.40.1: #i82706# added support for pkgfmt placeholder --- solenv/bin/modules/installer/scriptitems.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/solenv/bin/modules/installer/scriptitems.pm b/solenv/bin/modules/installer/scriptitems.pm index b0e8bd6c2488..9b1f7b5ac53a 100644 --- a/solenv/bin/modules/installer/scriptitems.pm +++ b/solenv/bin/modules/installer/scriptitems.pm @@ -4,9 +4,9 @@ # # $RCSfile: scriptitems.pm,v $ # -# $Revision: 1.39 $ +# $Revision: 1.40 $ # -# last change: $Author: kz $ $Date: 2007-10-02 15:20:16 $ +# last change: $Author: ihi $ $Date: 2007-11-26 13:16:53 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -479,6 +479,7 @@ sub replace_setup_variables $value =~ s/\/$productupdatestring/; $value =~ s/\/$updateid/; $value =~ s/\/$useragent/; + $value =~ s/\/$installer::globals::packageformat/; $oneitem->{'Value'} = $value; }