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:
curt%netscape.com 2002-01-31 02:23:44 +00:00
parent 5ec404ae36
commit d836fda598

View File

@ -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);
}