diff options
| author | Mike McQuaid | 2012-12-04 11:43:10 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2012-12-04 11:43:10 +0000 | 
| commit | 9dc265a2f4cd46400674e7154f4700df5a2bd064 (patch) | |
| tree | b3ef8470ee6e3ace10cf22dfb674c8ea67337051 /Library/Formula/findutils.rb | |
| parent | dc19acc2b42c5bed5a50b5bc765784d4fcd9bed7 (diff) | |
| download | homebrew-9dc265a2f4cd46400674e7154f4700df5a2bd064.tar.bz2 | |
findutils: put locate database in #{var}/locate.
Fixes #14220.
Fixes #14945.
Diffstat (limited to 'Library/Formula/findutils.rb')
| -rw-r--r-- | Library/Formula/findutils.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Library/Formula/findutils.rb b/Library/Formula/findutils.rb index 6cc9d4b0f..540f9acc3 100644 --- a/Library/Formula/findutils.rb +++ b/Library/Formula/findutils.rb @@ -10,6 +10,7 @@ class Findutils < Formula    def install      args = ["--prefix=#{prefix}", +            "--localstatedir=#{var}/locate",              "--disable-dependency-tracking",              "--disable-debug"]      args << "--program-prefix=g" unless build.include? 'default-names' | 
