From 5938c35287f495d94f68b1f829cc30517c7990c1 Mon Sep 17 00:00:00 2001 From: "ssu%netscape.com" Date: Wed, 12 Mar 2003 21:50:21 +0000 Subject: [PATCH] fixing bug 190389 - GRE installer needs to use new version key format. This patch enables the code now. r=sgehani,sr=dveditz --- xpinstall/packager/StageUtils.pm | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/xpinstall/packager/StageUtils.pm b/xpinstall/packager/StageUtils.pm index 2cf2653da81..3e56f89c61c 100644 --- a/xpinstall/packager/StageUtils.pm +++ b/xpinstall/packager/StageUtils.pm @@ -329,14 +329,8 @@ sub GetGreSpecialID { my($aDirMozTopSrc) = @_; my($fileBuildID) = "$aDirMozTopSrc/config/nsBuildID.h"; - my($greID) = undef; - my($initEmptyValues) = 0; - my($versionMilestone) = GetProductMilestoneVersion($aDirMozTopSrc, $aDirMozTopSrc, $initEmptyValues); - $greID = GetProductBuildID($fileBuildID, "GRE_BUILD_ID"); - return($versionMilestone); -# return($greID); -# return($versionMilestone . "_$greID"); + return(GetProductBuildID($fileBuildID, "GRE_BUILD_ID")); } # GetGreFileVersion()