htop - tweaks for OS X

This commit is contained in:
Adam Vandenberg 2010-06-13 16:54:36 -07:00
parent 197fd5d097
commit 7fee9b1cff

View file

@ -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