aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2012-09-13 12:55:42 -0500
committerJack Nagel2012-09-13 12:55:42 -0500
commit429fbadb80b7ac77b958259137e2ee41144f2e29 (patch)
tree1ecdb8eb091e16c45d8755d5aa8ddd73ac1745b8 /Library/Formula
parentc6e91d9fb899457799490587e5d6962658108a6b (diff)
downloadhomebrew-429fbadb80b7ac77b958259137e2ee41144f2e29.tar.bz2
percona-server: remove skip_clean :all
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/percona-server.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/percona-server.rb b/Library/Formula/percona-server.rb
index 472f26804..3e3dbea81 100644
--- a/Library/Formula/percona-server.rb
+++ b/Library/Formula/percona-server.rb
@@ -21,8 +21,6 @@ class PerconaServer < Formula
conflicts_with 'mariadb',
:because => "percona-server and mariadb install the same binaries."
- skip_clean :all # So "INSTALL PLUGIN" can work.
-
fails_with :llvm do
build 2334
cause "https://github.com/mxcl/homebrew/issues/issue/144"