aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAlexander Barton2014-03-25 22:32:42 +0100
committerMike McQuaid2014-03-25 21:40:06 +0000
commit77792944127ff71b937b9df9f8e57b5318f545e7 (patch)
tree40aa7b3614f04c3a523f1d166777a4e3e48b068d /Library/Formula
parent09e254512553b55b5f88373c7ce766efb7251b57 (diff)
downloadhomebrew-77792944127ff71b937b9df9f8e57b5318f545e7.tar.bz2
ngIRCd: Set "sysconfdir" to #{HOMEBREW_PREFIX}/etc/ngircd
This prevents Homebrew from linking the configuration files into the "sysconfdir" which would break updates when the user modified the configuration file(s) ... Signed-off-by: Alexander Barton <alex@barton.de>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ngircd.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/ngircd.rb b/Library/Formula/ngircd.rb
index ffcc6cdbe..8523b55f4 100644
--- a/Library/Formula/ngircd.rb
+++ b/Library/Formula/ngircd.rb
@@ -26,6 +26,7 @@ class Ngircd < Formula
--disable-debug
--disable-dependency-tracking
--prefix=#{prefix}
+ --sysconfdir=#{HOMEBREW_PREFIX}/etc
--enable-ipv6
--with-openssl
]