parent
9f9d9e2bb1
commit
b272c2060e
1 changed files with 4 additions and 0 deletions
|
@ -11,4 +11,8 @@ class Mtr <Formula
|
|||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
||||
system "make install"
|
||||
end
|
||||
|
||||
def caveats
|
||||
"Run mtr sudo'd in order to avoid the error: `unable to get raw sockets'"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue