From 2a463225846a01c49087a05dbf438b273427c49f Mon Sep 17 00:00:00 2001 From: "danm%netscape.com" Date: Mon, 22 May 2000 22:26:19 +0000 Subject: [PATCH] installed chrome list now uses resource url instead of full file path. a=leaf r=saari --- config/rules.mak | 2 +- config/rules.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/rules.mak b/config/rules.mak index fb2d30b7b37..d13f8e74db4 100644 --- a/config/rules.mak +++ b/config/rules.mak @@ -869,7 +869,7 @@ $(CHROME_MISC:.\=CLOBBER\.\): !if "$(CHROME_TYPE)" != "$(NULL)" install:: - -for %t in ($(CHROME_TYPE)) do echo %t,install,path,$(MAKEDIR)\$(DIST)\bin\chrome\$(CHROME_DIR) >>$(DIST)\bin\chrome\installed-chrome.txt + -for %t in ($(CHROME_TYPE)) do echo %t,install,url,resource:/chrome/$(CHROME_DIR:\=/)/ >>$(DIST)\bin\chrome\installed-chrome.txt !endif !endif # chrome diff --git a/config/rules.mk b/config/rules.mk index c527aeb02aa..60f0ef9b0fb 100644 --- a/config/rules.mk +++ b/config/rules.mk @@ -1200,7 +1200,7 @@ ifneq ($(CHROME_TYPE),) install:: $(addprefix bogus/, $(CHROME_TYPE)) $(addprefix bogus/, $(CHROME_TYPE)): - @echo $(patsubst bogus/%, %, $@),install,path,`pwd`/$(DEPTH)/dist/bin/chrome/$(CHROME_DIR) >>$(DEPTH)/dist/bin/chrome/installed-chrome.txt + @echo $(patsubst bogus/%, %, $@),install,url,resource:/chrome/$(CHROME_DIR)/ >>$(DEPTH)/dist/bin/chrome/installed-chrome.txt endif endif