From 5e5d997335645577cdc216f5c2c1d120e4fd791f Mon Sep 17 00:00:00 2001 From: fyodor Date: Sun, 15 Mar 2009 23:29:03 +0000 Subject: [PATCH] Add back the -r option to zip so that it recurses into the directory --- mswin32/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mswin32/Makefile b/mswin32/Makefile index e68d1a707..b4b01073c 100644 --- a/mswin32/Makefile +++ b/mswin32/Makefile @@ -34,7 +34,7 @@ winbuild: # Install the ndiff batch file wrapper in the zip distribution. cp ../ndiff/ndiff nmap-$(NMAP_VERSION)/ndiff.py cp python-wrap.bat nmap-$(NMAP_VERSION)/ndiff.bat - zip nmap-$(NMAP_VERSION)-win32.zip nmap-$(NMAP_VERSION) + zip -r nmap-$(NMAP_VERSION)-win32.zip nmap-$(NMAP_VERSION) # Remove ndiff.py and ndiff.bat for the installer because it has ndiff.exe. rm -f nmap-$(NMAP_VERSION)/ndiff.py nmap-$(NMAP_VERSION)/ndiff.bat cd ../zenmap && install_scripts/windows/copy_and_compile.bat