1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-03 05:09:14 +00:00

Remove a .svn directory which was getting left in the builds (problem noted by Rob Nicholls

This commit is contained in:
fyodor
2010-11-20 08:34:55 +00:00
parent 59a32cf9ce
commit 51bfc9d384

View File

@@ -33,6 +33,7 @@ winbuild:
cp -f $$f ../nmap-$(NMAP_VERSION)/$$f; \
done
cd Release && cp -r ../../docs/licenses ../nmap-$(NMAP_VERSION)/
rm -rf ../nmap-$(NMAP_VERSION)/licenses/.svn
cp winpcap/winpcap-nmap-*.exe nmap-$(NMAP_VERSION)
cp vcredist_x86.exe nmap-$(NMAP_VERSION)
cp ../ncat/Release/ncat.exe nmap-$(NMAP_VERSION)