From 98c24e2f2099bc8d53a0a70915c124c9af397c30 Mon Sep 17 00:00:00 2001 From: "ssu%netscape.com" Date: Wed, 15 Sep 1999 20:10:05 +0000 Subject: [PATCH] fine tunning build scripts. Not part of seamonkey build yet --- xpinstall/packager/windows/makeall.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/xpinstall/packager/windows/makeall.pl b/xpinstall/packager/windows/makeall.pl index 116b93080e93..cb4063058746 100644 --- a/xpinstall/packager/windows/makeall.pl +++ b/xpinstall/packager/windows/makeall.pl @@ -83,6 +83,7 @@ else } # Copy the setup files to the dist setup directory. +system("xcopy /f config.ini $inDistPath"); system("xcopy /f config.ini $inDistPath\\setup"); system("xcopy /f $inDistPath\\setup.exe $inDistPath\\setup"); system("xcopy /f $inDistPath\\setuprsc.dll $inDistPath\\setup");