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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user