backing out bug 243616 to fix tinderbox orange

This commit is contained in:
cbiesinger%web.de 2004-07-16 00:06:31 +00:00
Родитель 371f19c6b9
Коммит 1c064d15d0
2 изменённых файлов: 2 добавлений и 4 удалений

Просмотреть файл

@ -112,8 +112,7 @@ print " Xpinstall version: $gDefaultProductVersion\n";
print "\n";
$gDirPackager = "$topsrcdir/xpinstall/packager";
$gDirDistInstall = `cygpath -mai $inDistPath/inst_gre`;
chomp $gDirDistInstall;
$gDirDistInstall = "$inDistPath/inst_gre";
$gDirStageProduct = "$inStagePath/gre";
# Create the stage area here.

Просмотреть файл

@ -125,8 +125,7 @@ print "\n";
$gDirPackager = "$topsrcdir/xpinstall/packager";
$gDirStageProduct = "$inStagePath/mozilla";
$gDirDistInstall = `cygpath -mai $inDistPath/install`;
chomp $gDirDistInstall;
$gDirDistInstall = "$inDistPath/install";
$gDirDistInstGre = "$inDistPath/inst_gre";
# Build GRE installer package first before building Mozilla! GRE installer is required by the mozilla installer.