From 8723940b8811b90d82b15e225f818f95b294710d Mon Sep 17 00:00:00 2001 From: "ddrinan%netscape.com" Date: Fri, 22 Sep 2000 17:06:59 +0000 Subject: [PATCH] Make the component directory writeable --- security/psm/server/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/psm/server/Makefile b/security/psm/server/Makefile index 3314db3c50cf..3c6d7fa1afd2 100644 --- a/security/psm/server/Makefile +++ b/security/psm/server/Makefile @@ -306,6 +306,7 @@ patch: $(PROGRAM) build_xpi: $(PROGRAM) $(NSINSTALL) -m 644 ../ui/$(PLATFORM)/psm*.properties xpi/psm/psmdata/ui $(NSINSTALL) -m 644 ../doc/*.gif ../doc/*.html ../doc/*.htm xpi/psm/psmdata/doc + $(NSINSTALL) -m 666 $(I18N_COMPONENTS) xpi/psm/components $(NSINSTALL) -m 644 $(XPCOM_LIBS) xpi/psm $(NSINSTALL) -m 644 $(NSPR_LIBS) xpi/psm ifneq ($(OS_ARCH), WINNT) @@ -318,7 +319,6 @@ ifneq ($(OS_ARCH), WINNT) cd $(PLATFORM); start-regxpcom $(NSINSTALL) -m 644 $(PLATFORM)/component.reg xpi/psm endif - $(NSINSTALL) -m 644 $(PLATFORM)/components/*.* xpi/psm/components cp $(INSTALL_JS) xpi/install.js cd xpi; zip -T -r ../$(PLATFORM)/psm.xpi psm install.js rm -rf xpi