Commit a8b7d5e8 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

ncat should have nc symlink

parent 9832e78f
...@@ -5,4 +5,5 @@ all: ...@@ -5,4 +5,5 @@ all:
cd nmap-7.70 && sed -i 's/lib./lib/' zenmap/test/run_tests.py cd nmap-7.70 && sed -i 's/lib./lib/' zenmap/test/run_tests.py
$(MAKE) -C nmap-7.70 check $(MAKE) -C nmap-7.70 check
$(MAKE) -C nmap-7.70 install $(MAKE) -C nmap-7.70 install
ln -s /usr/bin/ncat /usr/bin/nc
rm -rf nmap-7.70 rm -rf nmap-7.70
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment