fine tunning build scripts. Not part of seamonkey build yet

This commit is contained in:
ssu%netscape.com 1999-09-15 20:10:25 +00:00
Родитель 98c24e2f20
Коммит 352a67d2fb
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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";

Просмотреть файл

@ -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 <component name> <staging path> <dest path>