htop - tweaks for OS X
This commit is contained in:
parent
197fd5d097
commit
7fee9b1cff
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ class Htop <Formula
|
|||
system "./autogen.sh"
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
||||
system "make", "install", "DEFAULT_INCLUDES='-iquote .'"
|
||||
rm_rf "#{share}/applications" # Don't need Gnome support on OS X
|
||||
rm_rf "#{share}/pixmaps"
|
||||
end
|
||||
|
||||
def caveats; <<-EOS
|
||||
|
|
Loading…
Reference in a new issue