1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-31 11:59:03 +00:00

Just copy Zenmap.app, don't move it.

This commit is contained in:
david
2008-04-08 21:10:26 +00:00
parent 6da0f26a20
commit db7d641f38

View File

@@ -15,7 +15,7 @@ Zenmap-$(NMAP_VERSION).dmg: $(DIST_FILES)
$(STAGING_DIR)/Zenmap.app:
mkdir -p $(STAGING_DIR)
cd ../zenmap && install_scripts/macosx/make-bundle.sh
mv -f ../zenmap/dist/Zenmap.app $(STAGING_DIR)
cp -rf ../zenmap/dist/Zenmap.app $(STAGING_DIR)/
$(STAGING_DIR)/README:
mkdir -p $(STAGING_DIR)