aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/global.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/global.rb b/Library/Formula/global.rb
index 7ae635551..8bc869d7e 100644
--- a/Library/Formula/global.rb
+++ b/Library/Formula/global.rb
@@ -27,6 +27,7 @@ class Global < Formula
args = %W[
--disable-dependency-tracking
--prefix=#{prefix}
+ --sysconfdir=#{etc}
]
if build.with? 'exuberant-ctags'
@@ -36,6 +37,8 @@ class Global < Formula
system "./configure", *args
system "make install"
+ etc.install 'gtags.conf'
+
# we copy these in already
cd share/'gtags' do
rm %w[README COPYING LICENSE INSTALL ChangeLog AUTHORS]