changeset 77077:8fd6534a63dd

(compver): Don't hardcode processor type.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Mon, 09 Apr 2007 09:18:16 +0000
parents 9bc027540c27
children 29afb1b6d0f6
files mac/make-package
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mac/make-package	Mon Apr 09 08:42:03 2007 +0000
+++ b/mac/make-package	Mon Apr 09 09:18:16 2007 +0000
@@ -325,7 +325,7 @@
   fi
 fi
 
-compver=powerpc-apple-darwin`uname -r`
+compver=`uname -p`-apple-darwin`uname -r`
  
 if test "$self_contained" = "yes"; then
     # Move shared files down to Resources directory