From fa733fa7b78ba3e375581c6d2a196b2bb0fd1fba Mon Sep 17 00:00:00 2001 From: "ddrinan%netscape.com" Date: Thu, 21 Sep 2000 20:09:13 +0000 Subject: [PATCH] Fix the directory location of regxpcom --- 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 eed39e18064d..b2a3218fedfb 100644 --- a/security/psm/server/Makefile +++ b/security/psm/server/Makefile @@ -314,7 +314,7 @@ ifneq ($(OS_ARCH), WINNT) endif $(NSINSTALL) -m 755 $(PROGRAM) xpi/psm ifneq ($(OS_ARCH), WINNT) - cd $(PLATFORM); $(DIST)/bin/regxpcom + cd $(PLATFORM); ../$(DIST)/bin/regxpcom cp $(PLATFORM)/component.reg xpi/psm endif cp $(INSTALL_JS) xpi/install.js