# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1176110296 0 # Node ID 8fd6534a63ddd33c5f6cc2092461ffc1cf528396 # Parent 9bc027540c2712744786dabdc3981d98adf9b74a (compver): Don't hardcode processor type. diff -r 9bc027540c27 -r 8fd6534a63dd mac/make-package --- 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