From 70e1f3157c6243249970c667a15c169ee98a44ac Mon Sep 17 00:00:00 2001 From: "ben%bengoodger.com" Date: Tue, 16 Mar 2004 04:42:12 +0000 Subject: [PATCH] fix mac bustage --- browser/app/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/app/Makefile.in b/browser/app/Makefile.in index e649554f8fd..d4577ddd195 100644 --- a/browser/app/Makefile.in +++ b/browser/app/Makefile.in @@ -249,7 +249,7 @@ libs:: $(PROGRAM) rsync -a $(DIST)/bin/ $(DIST)/$(APP_NAME).app/Contents/MacOS rm -f $(DIST)/$(APP_NAME).app/Contents/MacOS/$(PROGRAM) rsync -aL $(PROGRAM) $(DIST)/$(APP_NAME).app/Contents/MacOS - cp -RL $(srcdir)/macbuild/mach.icns $(DIST)/$(APP_NAME).app/Contents/Resources/mach.icns + cp -RL $(srcdir)/macbuild/firefox.icns $(DIST)/$(APP_NAME).app/Contents/Resources/firefox.icns echo -n APPLMOZB > $(DIST)/$(APP_NAME).app/Contents/PkgInfo # remove CVS dirs from packaged app find $(DIST)/$(APP_NAME).app -type d -name "CVS" -prune -exec rm -rf {} \;