Skip to content

Commit

Permalink
Don't install the mtr binary in bin/ additionally
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez authored and mxcl committed Dec 2, 2009
1 parent d1f95cc commit 5bf352a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mtr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ def install
ENV['LIBS']= "-lresolv"
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
system "make install"
bin.install "mtr"
end
end

0 comments on commit 5bf352a

Please sign in to comment.