From 833d5f4a9f79b05678730e81e726f960ef6cad04 Mon Sep 17 00:00:00 2001 From: "ddrinan%netscape.com" Date: Thu, 21 Sep 2000 21:50:23 +0000 Subject: [PATCH] More bug fixes for regxpcom --- security/psm/server/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/security/psm/server/Makefile b/security/psm/server/Makefile index b2a3218fedfb..00172e4a494c 100644 --- a/security/psm/server/Makefile +++ b/security/psm/server/Makefile @@ -314,8 +314,10 @@ ifneq ($(OS_ARCH), WINNT) endif $(NSINSTALL) -m 755 $(PROGRAM) xpi/psm ifneq ($(OS_ARCH), WINNT) - cd $(PLATFORM); ../$(DIST)/bin/regxpcom - cp $(PLATFORM)/component.reg xpi/psm + $(NSINSTALL) -m 755 $(DIST)/bin/regxpcom $(PLATFORM) + $(NSINSTALL) -m 755 start-regxpcom $(PLATFORM) + cd $(PLATFORM); start-regxpcom + $(NSINSTALL) -m 644 $(PLATFORM)/component.reg xpi/psm endif cp $(INSTALL_JS) xpi/install.js cd xpi; zip -T -r ../$(PLATFORM)/psm.xpi psm install.js