mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
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.
This commit is contained in:
parent
6f57ba85ea
commit
53185e3636
1 changed files with 1 additions and 1 deletions
|
|
@ -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 $*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue