diff options
author | Roger Dingledine <arma@torproject.org> | 2006-09-25 02:23:10 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-09-25 02:23:10 +0000 |
commit | a87f3ac6f99fb01e5c1e919c8af43f4a0b241093 (patch) | |
tree | 155bc5fdfd436fbbf9b0b2528f5e4b5276d25889 /contrib/osx | |
parent | bf6c1f69324840311ce70ef154804d02a545679d (diff) | |
download | tor-a87f3ac6f99fb01e5c1e919c8af43f4a0b241093.tar tor-a87f3ac6f99fb01e5c1e919c8af43f4a0b241093.tar.gz |
set the osx confdir to /Library/Tor rather than /Library/tor, maybe.
svn:r8492
Diffstat (limited to 'contrib/osx')
-rw-r--r-- | contrib/osx/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/osx/Makefile.am b/contrib/osx/Makefile.am index 3fa7047ee..a05d9632e 100644 --- a/contrib/osx/Makefile.am +++ b/contrib/osx/Makefile.am @@ -1,4 +1,4 @@ -confdir = $(sysconfdir)/tor +confdir = $(sysconfdir)/Tor EXTRA_DIST = PrivoxyConfDesc.plist PrivoxyConfInfo.plist \ ReadMe.rtf StartupParameters.plist Tor TorBundleDesc.plist.in \ |