diff options
author | Andrew Lewman <andrew@torproject.org> | 2007-03-11 23:59:37 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2007-03-11 23:59:37 +0000 |
commit | f406d661a48476ce7ec3c4ad39f0859befc4b610 (patch) | |
tree | 4a8a4d5b2ae1a96c84bb1889a89124406177cea5 /contrib/osx/Makefile.am | |
parent | 4abf2163fc90a1beab66babb35872c3010b6aab1 (diff) | |
download | tor-f406d661a48476ce7ec3c4ad39f0859befc4b610.tar.gz tor-f406d661a48476ce7ec3c4ad39f0859befc4b610.zip |
In response to FlySpray #341, move to an more Apple friendly logfile in
the OSX bundles.
svn:r9803
Diffstat (limited to 'contrib/osx/Makefile.am')
-rw-r--r-- | contrib/osx/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/osx/Makefile.am b/contrib/osx/Makefile.am index 5fd70ecd98..f7174a3ea2 100644 --- a/contrib/osx/Makefile.am +++ b/contrib/osx/Makefile.am @@ -8,5 +8,4 @@ EXTRA_DIST = PrivoxyConfDesc.plist PrivoxyConfInfo.plist \ TorInfo.plist.in TorStartupDesc.plist.in TorStartupInfo.plist \ package.sh privoxy.config TorPostflight addsysuser \ Tor_Uninstaller.applescript uninstall_tor_bundle.sh \ - package_list.txt tor_logo.gif \ - TorPreFlight + package_list.txt tor_logo.gif TorPreFlight |