aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/htop.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-06-13 16:54:36 -0700
committerAdam Vandenberg2010-06-13 16:54:36 -0700
commite43fec9552f687055cd2ee15950fa4e6434e6c2b (patch)
tree965e39ac5f14d7f43c0bd1ed19ab4d179d79f400 /Library/Formula/htop.rb
parent975d8928af601104c69b04f04d8144c8aba675f3 (diff)
downloadhomebrew-e43fec9552f687055cd2ee15950fa4e6434e6c2b.tar.bz2
htop - tweaks for OS X
Diffstat (limited to 'Library/Formula/htop.rb')
-rw-r--r--Library/Formula/htop.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/htop.rb b/Library/Formula/htop.rb
index d8dfab61d..75af28bc8 100644
--- a/Library/Formula/htop.rb
+++ b/Library/Formula/htop.rb
@@ -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