From b9c449a98ad1050f379d7941673cd9f571e3ab27 Mon Sep 17 00:00:00 2001 From: "shrutiv%netscape.com" Date: Tue, 12 Feb 2002 20:10:02 +0000 Subject: [PATCH] Fix for bugscape 11996: CCK fails to create custom Linux tar file for another config (r=smeredith) --- cck/ib/ib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cck/ib/ib.cpp b/cck/ib/ib.cpp index abcef800094..e431faaf64a 100644 --- a/cck/ib/ib.cpp +++ b/cck/ib/ib.cpp @@ -1923,7 +1923,7 @@ int StartIB(/*CString parms, WIDGET *curWidget*/) nsinstallerDir = "netscape-installer"; xpiDir = "\\xpi"; templinuxDir = "tempLinux"; - tarfile = GetGlobal("InstallerFilename"); + tarfile = "netscape-i686-pc-linux-gnu-sea.tar.gz"; // AfxMessageBox("set breakpoint",MB_OK);