aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2013-08-07 10:16:55 -0700
committerAdam Vandenberg2013-08-07 10:16:55 -0700
commita55957a2076c7cfecbb06cafdb0aca503c20c08d (patch)
tree675840d8697a466c4e3303d605cd1b867334bfdb
parent722ac0399543bce2d816946cde86831f02741e08 (diff)
downloadhomebrew-a55957a2076c7cfecbb06cafdb0aca503c20c08d.tar.bz2
cmus: remove skip_clean
-rw-r--r--Library/Formula/cmus.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/cmus.rb b/Library/Formula/cmus.rb
index 5b810d55c..3b46ff2c0 100644
--- a/Library/Formula/cmus.rb
+++ b/Library/Formula/cmus.rb
@@ -17,9 +17,6 @@ class Cmus < Formula
depends_on 'mp4v2'
depends_on 'libcue'
- skip_clean 'bin/cmus'
- skip_clean 'bin/cmus-remote'
-
def install
# We add this to CPPFLAGS and LDFLAGS in ENV, but cmus doesn't
# pick up on that. Adding this patch because I am too lazy to