diff options
author | Andrew Lewman <andrew@torproject.org> | 2009-10-12 08:36:32 -0400 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2009-10-12 08:36:32 -0400 |
commit | ecae6f764a4ff4477ef5c421106a5fbd9e954a10 (patch) | |
tree | 27b47c08e62060b9f101c68f5bd9b7a195e19371 /contrib | |
parent | 6f95435f285eccf58616c939785e5783510c14c9 (diff) | |
download | tor-ecae6f764a4ff4477ef5c421106a5fbd9e954a10.tar.gz tor-ecae6f764a4ff4477ef5c421106a5fbd9e954a10.zip |
update naming
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/osx/package.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/osx/package.sh b/contrib/osx/package.sh index eeb0f95078..488bd27c1b 100644 --- a/contrib/osx/package.sh +++ b/contrib/osx/package.sh @@ -34,9 +34,9 @@ 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") ARCH="universal";; - "10.5") ARCH="universal";; - "10.4") ARCH="universal";; + "10.6") ARCH="i386";; + "10.5") ARCH="i386";; + "10.4") ARCH="i386";; "10.3") ARCH="ppc";; "10.2") ARCH="ppc";; "10.1") ARCH="ppc";; |