1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-18 12:19:02 +00:00

Always remove the zenmap staging directory before rebuilding it in the macosx

makefile.
This commit is contained in:
david
2008-06-06 04:44:15 +00:00
parent d924d3c0e0
commit 8ebd1a8358

View File

@@ -57,8 +57,9 @@ stage-nmap:
export CC CPPFLAGS CFLAGS CXXFLAGS LDFLAGS
stage-zenmap:
mkdir -p $(ZENMAP_STAGING_DIR)/Applications
cd ../zenmap && install_scripts/macosx/make-bundle.sh
rm -rf $(ZENMAP_STAGING_DIR)
mkdir -p $(ZENMAP_STAGING_DIR)/Applications
cp -rf ../zenmap/dist/Zenmap.app $(ZENMAP_STAGING_DIR)/Applications/
$(IMAGE_STAGING_DIR)/README: