diff options
| author | Arne Jørgensen | 2015-02-22 17:12:39 +0100 | 
|---|---|---|
| committer | Tim D. Smith | 2015-02-22 20:05:15 -0800 | 
| commit | f76eff3be225bfef9b099d2aed68d68d45553158 (patch) | |
| tree | d110e6159559ce46cd374b6637101fa084e0a670 | |
| parent | 26b9464a7cee864217125102d5571a88309cc9bc (diff) | |
| download | homebrew-f76eff3be225bfef9b099d2aed68d68d45553158.tar.bz2 | |
global: Use opt_prefix in install config file.
Closes #37073.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
| -rw-r--r-- | Library/Formula/global.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Library/Formula/global.rb b/Library/Formula/global.rb index 4ffa5d24c..81e25b74e 100644 --- a/Library/Formula/global.rb +++ b/Library/Formula/global.rb @@ -56,6 +56,7 @@ class Global < Formula        bin.env_script_all_files(libexec/"bin", :PYTHONPATH => ENV["PYTHONPATH"])      end +    inreplace "gtags.conf", prefix, opt_prefix      etc.install "gtags.conf"      # we copy these in already | 
