diff options
| author | Berk D. Demir | 2011-03-06 00:11:36 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2011-03-06 20:22:18 -0800 |
| commit | ce410d5bb852dbd3ba01a428ab54c103e66d7845 (patch) | |
| tree | 40232c94a3a5f66bdd96be44b15f8f4a226dd644 /Library/Formula/cvsync.rb | |
| parent | adf237fea2d10a37b1995f857cda18bb50414dc1 (diff) | |
| download | homebrew-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.rb | 2 |
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 |
