From 53185e3636d19bbb42ce2611502e4fbef49ba9a9 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 11 Feb 2011 23:01:30 +0000 Subject: [PATCH] Add --no-relocate to the packagemaker command line to prevent the installer from installing Zenmap.app straight back into the build directory that it came from. --- macosx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/Makefile b/macosx/Makefile index 49530b410..6cdb22aac 100644 --- a/macosx/Makefile +++ b/macosx/Makefile @@ -69,7 +69,7 @@ $(IMAGE_NAME): $(IMAGE_STAGING_DIR)/$(PKG_NAME) $(IMAGE_STAGING_DIR)/$(PKG_NAME): stage-nmap stage-ncat stage-ndiff stage-zenmap stage-nping COPYING.formatted mkdir -p $(IMAGE_STAGING_DIR) cp -rf $(EXTRA_DIST) $(IMAGE_STAGING_DIR)/ - $(PACKAGEMAKER) --doc nmap.pmdoc --title "Nmap $(NMAP_VERSION)" -o $@ + $(PACKAGEMAKER) --doc nmap.pmdoc --title "Nmap $(NMAP_VERSION)" --no-relocate -o $@ export-%: rm -rf $*