mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
8555a768fd
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
10 lines
483 B
Makefile
10 lines
483 B
Makefile
# XXX Is this define necessary, or is it redundant with the
|
|
# one from the top-level configure? -RD
|
|
confdir = $(sysconfdir)/Tor
|
|
|
|
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 TorPostflight addsysuser Tor_Uninstaller.applescript \
|
|
uninstall_tor_bundle.sh package_list.txt tor_logo.gif TorPreFlight
|