From f322334cd915d346a7be75a9c9c0fe874db2f058 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 25 Mar 2014 22:32:42 +0100 Subject: [PATCH] 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 --- Formula/ngircd.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/ngircd.rb b/Formula/ngircd.rb index ffcc6cdbe40..8523b55f44f 100644 --- a/Formula/ngircd.rb +++ b/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 ]