[or-cvs] [tor/master] update naming
Nick Mathewson
nickm at seul.org
Thu Oct 15 01:31:03 UTC 2009
Author: Andrew Lewman <andrew at torproject.org>
Date: Mon, 12 Oct 2009 08:36:32 -0400
Subject: update naming
Commit: ecae6f764a4ff4477ef5c421106a5fbd9e954a10
---
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 eeb0f95..488bd27 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";;
--
1.5.6.5
More information about the tor-commits
mailing list