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/Tor | |
parent | c96b15f9bc242e1de348a7bf4f38b983a04c2b65 (diff) | |
download | tor-8555a768fdbb5a82a0dba2cd11fd468dd4df366d.tar tor-8555a768fdbb5a82a0dba2cd11fd468dd4df366d.tar.gz |
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/Tor')
-rwxr-xr-x | contrib/osx/Tor | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/osx/Tor b/contrib/osx/Tor index 26697720f..7cf5bdf64 100755 --- a/contrib/osx/Tor +++ b/contrib/osx/Tor @@ -25,6 +25,7 @@ if [ -x /usr/bin/sw_vers ]; then # the OS version OSVER=`/usr/bin/sw_vers | grep ProductVersion | cut -f2 | cut -d"." -f1,2` case "$OSVER" in + "10.6") OS="snowleopard" ARCH="universal";; "10.5") OS="leopard" ARCH="universal";; "10.4") OS="tiger" ARCH="universal";; "10.3") OS="panther" ARCH="ppc";; |