Moves xpi wrapped installer up a directory. Fixes 110919. r=leaf sr=dveditz.
git-svn-id: svn://10.0.0.236/trunk@113274 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
5ec404ae36
commit
d836fda598
@ -278,9 +278,9 @@ if(MakeJsFile($seiStubRootName))
|
||||
}
|
||||
|
||||
# Make .xpi file
|
||||
if(system("perl makexpi.pl $seiStubRootName $gLocalTmpStage $inDistPath\\xpi"))
|
||||
if(system("perl makexpi.pl $seiStubRootName $gLocalTmpStage $inDistPath"))
|
||||
{
|
||||
print "\n Error: perl makexpi.pl $seiStubRootName $gLocalTmpStage $inDistPath\\xpi\n";
|
||||
print "\n Error: perl makexpi.pl $seiStubRootName $gLocalTmpStage $inDistPath\n";
|
||||
return(1);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user