зеркало из https://github.com/mozilla/gecko-dev.git
backing out bug 243616 to fix tinderbox orange
This commit is contained in:
Родитель
371f19c6b9
Коммит
1c064d15d0
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче