From 5c4d9e2aaa4dc3426d0048add2d4414fe298880e Mon Sep 17 00:00:00 2001 From: Arne Jørgensen Date: Thu, 20 Feb 2014 21:37:38 +0100 Subject: global: add gtags.conf to #{etc}. Configure global to use #{etc} as sysconfdir instead of #{prefix}/etc. Closes #26868. Signed-off-by: Adam Vandenberg --- Library/Formula/global.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library/Formula') 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] -- cgit v1.2.3