diff options
Diffstat (limited to 'Library/Formula/soprano.rb')
| -rw-r--r-- | Library/Formula/soprano.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/soprano.rb b/Library/Formula/soprano.rb index 2e87b74ad..981922528 100644 --- a/Library/Formula/soprano.rb +++ b/Library/Formula/soprano.rb @@ -13,7 +13,7 @@ class Soprano <Formula    def install      ENV['CLUCENE_HOME'] = HOMEBREW_PREFIX -     +      system "cmake . #{std_cmake_parameters}"      system "make install"    end | 
