diff mac/make-package @ 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 b3fafa9c3aa6
children 7a936a543e0d 4ef881a120fe
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