From 6c549b4e167a7c2ae7210ecfaa9ce2c6c5ada017 Mon Sep 17 00:00:00 2001 From: "locka%iol.ie" Date: Tue, 27 Feb 2001 23:15:34 +0000 Subject: [PATCH] Changed installation macro to copy installed-chrome.txt rather than link to it to solve nightly tarball issue. b=62762, sr=cls@seawood.org --- embedding/config/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embedding/config/Makefile.in b/embedding/config/Makefile.in index 2d8ada428891..02f1ed4b667e 100644 --- a/embedding/config/Makefile.in +++ b/embedding/config/Makefile.in @@ -31,5 +31,5 @@ embed_chrome: embed-jar.mn install:: embed_chrome $(PERL) $(topsrcdir)/xpinstall/packager/pkgcp.pl -s $(DIST)/bin -d $(DIST) --f $(srcdir)/basebrowser-unix -o unix -v - $(INSTALL) $(srcdir)/installed-chrome.txt $(DIST)/Embed/chrome + $(NSINSTALL) -t $(srcdir)/installed-chrome.txt $(DIST)/Embed/chrome