Skip to content

Commit

Permalink
Remove a .svn directory which was getting left in the builds (problem…
Browse files Browse the repository at this point in the history
… noted by Rob Nicholls
  • Loading branch information
fyodor committed Nov 20, 2010
1 parent 59a32cf commit 51bfc9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mswin32/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 51bfc9d

Please sign in to comment.