diff options
Diffstat (limited to 'Library')
| -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 |
