diff options
| author | Jack Nagel | 2013-11-09 00:18:02 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-11-09 00:18:02 -0600 |
| commit | 2bb7ea2e47852b11b6d3993b8633f8be465a69a0 (patch) | |
| tree | d76787f59d8f480e8658109e2187cca17c07bec1 | |
| parent | 80b21225b3f68d514176008014f1ecf6430cfb23 (diff) | |
| download | homebrew-2bb7ea2e47852b11b6d3993b8633f8be465a69a0.tar.bz2 | |
gambit-scheme: use a subdirectory of lib to fix audit warnings
| -rw-r--r-- | Library/Formula/gambit-scheme.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/gambit-scheme.rb b/Library/Formula/gambit-scheme.rb index 0f83eb66a..f10bfccba 100644 --- a/Library/Formula/gambit-scheme.rb +++ b/Library/Formula/gambit-scheme.rb @@ -14,7 +14,9 @@ class GambitScheme < Formula args = %W[ --disable-debug --prefix=#{prefix} + --libdir=#{lib}/gambit-c --infodir=#{info} + --docdir=#{doc} ] # Recommended to improve the execution speed and compactness |
