diff --git a/xpinstall/packager/windows/makeall.pl b/xpinstall/packager/windows/makeall.pl index 6c2f4cdd97e4..0a72d69d68d8 100644 --- a/xpinstall/packager/windows/makeall.pl +++ b/xpinstall/packager/windows/makeall.pl @@ -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); }