aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mtr.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/mtr.rb b/Library/Formula/mtr.rb
index ff2d489e1..6c9b397fa 100644
--- a/Library/Formula/mtr.rb
+++ b/Library/Formula/mtr.rb
@@ -10,6 +10,5 @@ class Mtr <Formula
ENV['LIBS']= "-lresolv"
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
system "make install"
- bin.install "mtr"
end
end