diff options
| author | Jack Nagel | 2012-09-13 12:55:42 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-09-13 12:55:42 -0500 |
| commit | 4c5fb8899e011f831eff320f9be3c01e3c07532a (patch) | |
| tree | 6b5af11c25eb45598cf55399969cc78f9f9ea584 /Library | |
| parent | 0b5e9891d55fe50659e7c362f18d5dd4b689a0ce (diff) | |
| download | homebrew-4c5fb8899e011f831eff320f9be3c01e3c07532a.tar.bz2 | |
mysql-cluster: remove skip_clean :all
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mysql-cluster.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/mysql-cluster.rb b/Library/Formula/mysql-cluster.rb index 45a39b69f..5e4eeb5fc 100644 --- a/Library/Formula/mysql-cluster.rb +++ b/Library/Formula/mysql-cluster.rb @@ -33,8 +33,6 @@ class MysqlCluster < Formula cause "http://article.gmane.org/gmane.comp.db.mysql.cluster/2085" end - skip_clean :all # So "INSTALL PLUGIN" can work. - def options [ ['--with-tests', "Build with unit tests."], |
