From 352a67d2fbc193a9a2371590821c8b832a8786c8 Mon Sep 17 00:00:00 2001 From: "ssu%netscape.com" Date: Wed, 15 Sep 1999 20:10:25 +0000 Subject: [PATCH] fine tunning build scripts. Not part of seamonkey build yet --- xpinstall/packager/windows/makeall.pl | 2 +- xpinstall/packager/windows/makexpi.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xpinstall/packager/windows/makeall.pl b/xpinstall/packager/windows/makeall.pl index cb4063058746..9b5b93c34bc5 100644 --- a/xpinstall/packager/windows/makeall.pl +++ b/xpinstall/packager/windows/makeall.pl @@ -89,7 +89,7 @@ system("xcopy /f $inDistPath\\setup.exe $inDistPath\\setup"); system("xcopy /f $inDistPath\\setuprsc.dll $inDistPath\\setup"); # build the self-extracting .exe file. -printf "/nbuilding self-extracting .exe installer..."; +printf "\nbuilding self-extracting .exe installer..."; system("$inDistPath\\nszip.exe $inDistPath\\nsinstall.exe $inDistPath\\setup\\*.* $inDistPath\\xpi\\*.*"); print " done!\n"; diff --git a/xpinstall/packager/windows/makexpi.pl b/xpinstall/packager/windows/makexpi.pl index 3ffda14d5599..56bc2a888f9b 100644 --- a/xpinstall/packager/windows/makexpi.pl +++ b/xpinstall/packager/windows/makexpi.pl @@ -39,7 +39,7 @@ use File::Copy; use Cwd; -# Make sure there are at least two arguments +# Make sure there are at least three arguments if($#ARGV < 2) { die "usage: $0