]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
update naming
authorAndrew Lewman <andrew@torproject.org>
Mon, 12 Oct 2009 12:36:32 +0000 (08:36 -0400)
committerAndrew Lewman <andrew@torproject.org>
Mon, 12 Oct 2009 12:36:32 +0000 (08:36 -0400)
contrib/osx/package.sh

index eeb0f9507850be3ecb25c43d0292fc8fc1a334d7..488bd27c1b0a3942136d040b9cbc9731ac44f994 100644 (file)
@@ -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";;