aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cvsync.rb
diff options
context:
space:
mode:
authorBerk D. Demir2011-03-06 00:11:36 -0800
committerAdam Vandenberg2011-03-06 20:22:18 -0800
commitce410d5bb852dbd3ba01a428ab54c103e66d7845 (patch)
tree40232c94a3a5f66bdd96be44b15f8f4a226dd644 /Library/Formula/cvsync.rb
parentadf237fea2d10a37b1995f857cda18bb50414dc1 (diff)
downloadhomebrew-ce410d5bb852dbd3ba01a428ab54c103e66d7845.tar.bz2
cvsync - Fix etc path from PREFIX/etc to HOMEBREW_PREFIX/etc
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/cvsync.rb')
-rw-r--r--Library/Formula/cvsync.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/cvsync.rb b/Library/Formula/cvsync.rb
index de90599f1..9ee1e5fea 100644
--- a/Library/Formula/cvsync.rb
+++ b/Library/Formula/cvsync.rb
@@ -8,6 +8,8 @@ class Cvsync <Formula
def install
ENV['PREFIX'] = prefix
ENV['MANDIR'] = man
+ ENV['CVSYNC_DEFAULT_CONFIG'] = etc + 'cvsync.conf'
+ ENV['CVSYNCD_DEFAULT_CONFIG'] = etc + 'cvsyncd.conf'
ENV['HASH_TYPE'] = 'openssl'
# Makefile from 2005 assumes Darwin doesn't define `socklen_t' and defines