diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/osx/package.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/contrib/osx/package.sh b/contrib/osx/package.sh index 737ea82efa..c95d1314b3 100644 --- a/contrib/osx/package.sh +++ b/contrib/osx/package.sh @@ -32,11 +32,7 @@ if [ "XX$VERSION" = 'XX' ]; then exit 1 fi -if [ -x /usr/bin/arch ]; then - ARCH=`/usr/bin/arch` -else - ARCH="unknown" -fi +ARCH="universal" ## Determine OSX Version # map version to name |