Commit 67a59ca3 authored by Damian Montero's avatar Damian Montero Committed by GitHub

Merge pull request #288 from doriclazar/patch-1

Updated nmap.tb
parents c5abc4ea 83fe755d
...@@ -8,7 +8,7 @@ class Nmap < Package ...@@ -8,7 +8,7 @@ class Nmap < Package
depends_on 'buildessential' depends_on 'buildessential'
def self.build # self.build contains commands needed to build the software from source def self.build # self.build contains commands needed to build the software from source
system "./configure" system "./configure --with-pcap=linux --without-zenmap"
system "make" # ordered chronologically system "make" # ordered chronologically
end end
......
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