diff options
author | Andrew Lewman <andrew@torproject.org> | 2008-06-15 12:51:51 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2008-06-15 12:51:51 +0000 |
commit | 8555a768fdbb5a82a0dba2cd11fd468dd4df366d (patch) | |
tree | c2f7bafc18ac5c7f66fdf04a1e08e6814a3012b7 /contrib/osx/Makefile.am | |
parent | c96b15f9bc242e1de348a7bf4f38b983a04c2b65 (diff) | |
download | tor-8555a768fdbb5a82a0dba2cd11fd468dd4df366d.tar.gz tor-8555a768fdbb5a82a0dba2cd11fd468dd4df366d.zip |
In Steve Jobs parlance, "boom." The Tor osx bundle is now just Tor and
a startup script. This is consistent with every other OS for which we
build packages. If you want privoxy and torbutton, use the Vidalia
bundle.
svn:r15272
Diffstat (limited to 'contrib/osx/Makefile.am')
-rw-r--r-- | contrib/osx/Makefile.am | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/contrib/osx/Makefile.am b/contrib/osx/Makefile.am index db96efe47c..3231801c16 100644 --- a/contrib/osx/Makefile.am +++ b/contrib/osx/Makefile.am @@ -2,11 +2,8 @@ # one from the top-level configure? -RD confdir = $(sysconfdir)/Tor -EXTRA_DIST = PrivoxyConfDesc.plist PrivoxyConfInfo.plist \ - ReadMe.rtf StartupParameters.plist Tor TorBundleDesc.plist.in \ +EXTRA_DIST = ReadMe.rtf StartupParameters.plist Tor TorBundleDesc.plist.in \ TorBundleInfo.plist.in TorBundleWelcome.rtf TorDesc.plist.in \ TorInfo.plist.in TorStartupDesc.plist.in TorStartupInfo.plist \ - package.sh privoxy.config TorPostflight addsysuser \ - Tor_Uninstaller.applescript uninstall_tor_bundle.sh \ - TorbuttonInfo.plist TorbuttonDesc.plist \ - package_list.txt tor_logo.gif TorPreFlight + package.sh TorPostflight addsysuser Tor_Uninstaller.applescript \ + uninstall_tor_bundle.sh package_list.txt tor_logo.gif TorPreFlight |