From 26f816f120dd06d26164d2b2c92b875c04ffe49e Mon Sep 17 00:00:00 2001 From: "leaf%mozilla.org" Date: Tue, 9 Nov 1999 18:21:18 +0000 Subject: [PATCH] fixing packaging target to depend on mozilla-bin rather than apprunner --- xpinstall/packager/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpinstall/packager/Makefile.in b/xpinstall/packager/Makefile.in index 0f93278282ef..cd70cfce32d4 100644 --- a/xpinstall/packager/Makefile.in +++ b/xpinstall/packager/Makefile.in @@ -80,7 +80,7 @@ endif all export libs install:: $(TARGETS) -$(PACKAGE): $(DIST)/bin/apprunner +$(PACKAGE): $(DIST)/bin/mozilla-bin ifneq ($(NSPR_DIR),$(DIST)/bin) @chmod 755 $(NSPR_DIR)/* @cp -p $(NSPR_DIR)/* $(DIST)/bin/.