From 51bfc9d384b9343727e5af8cc61781f5376d7c3a Mon Sep 17 00:00:00 2001 From: fyodor Date: Sat, 20 Nov 2010 08:34:55 +0000 Subject: [PATCH] Remove a .svn directory which was getting left in the builds (problem noted by Rob Nicholls --- mswin32/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/mswin32/Makefile b/mswin32/Makefile index cf2cf6262..f2b5400ba 100644 --- a/mswin32/Makefile +++ b/mswin32/Makefile @@ -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)