diff options
| author | Mike McQuaid | 2013-11-07 11:23:21 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2013-11-07 11:23:54 +0000 |
| commit | 2c48586cde5920809f79d9b9e0dcb30a076b667c (patch) | |
| tree | 4480fecfe03a877fb8931db9a3e576c2bd79db10 /Library/Formula | |
| parent | 8c3b7c271f7ff6e0612ab6e846ce00510acadd20 (diff) | |
| download | homebrew-2c48586cde5920809f79d9b9e0dcb30a076b667c.tar.bz2 | |
leveldb: random cleanup.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/leveldb.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/leveldb.rb b/Library/Formula/leveldb.rb index c2ce2a5f6..31d815b3e 100644 --- a/Library/Formula/leveldb.rb +++ b/Library/Formula/leveldb.rb @@ -8,9 +8,10 @@ class Leveldb < Formula depends_on 'snappy' => :build def install - system "make" - system "make leveldbutil" - include.install "include/leveldb" + system 'make' + system 'make', 'leveldbutil' + + include.install 'include/leveldb' bin.install 'leveldbutil' lib.install 'libleveldb.a' lib.install 'libleveldb.dylib.1.14' => 'libleveldb.1.14.dylib' |
