mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Add back the -r option to zip so that it recurses into the directory
This commit is contained in:
parent
58531728a3
commit
5e5d997335
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue