From de65d53a6e3a2e1f667ea97acaaa4970e0a49bdf Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 7 Aug 2013 10:16:55 -0700 Subject: [PATCH] cmus: remove skip_clean --- Formula/cmus.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/Formula/cmus.rb b/Formula/cmus.rb index 5b810d55cef..3b46ff2c0d9 100644 --- a/Formula/cmus.rb +++ b/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