aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/nmap.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/nmap.rb')
-rw-r--r--Library/Formula/nmap.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/nmap.rb b/Library/Formula/nmap.rb
index e94fcdc54..7333e07c9 100644
--- a/Library/Formula/nmap.rb
+++ b/Library/Formula/nmap.rb
@@ -16,7 +16,7 @@ class Nmap <Formula
ENV['CXXFLAGS'] = "-m32 -O2"
system "./configure", "--prefix=#{prefix}", "--without-zenmap"
- system "make"
- system "make install" # seperate steps required otherwise the build fails
+ system "make" # seperate steps required otherwise the build fails
+ system "make install"
end
end