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>
master
Alexander Barton 2014-03-25 22:32:42 +01:00 committed by Mike McQuaid
parent aba38e0e6c
commit f322334cd9
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ class Ngircd < Formula
--disable-debug --disable-debug
--disable-dependency-tracking --disable-dependency-tracking
--prefix=#{prefix} --prefix=#{prefix}
--sysconfdir=#{HOMEBREW_PREFIX}/etc
--enable-ipv6 --enable-ipv6
--with-openssl --with-openssl
] ]