summaryrefslogtreecommitdiff
path: root/mac
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2007-04-09 09:18:16 +0000
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2007-04-09 09:18:16 +0000
commit89c28790121a91e44c62dd66fcbf5bee6b547bc5 (patch)
treed901db4d8c60ba3162789b5d911bc9f02d506cea /mac
parentaf71f3ce481e1c790739c30025a65ae745a170b5 (diff)
downloademacs-89c28790121a91e44c62dd66fcbf5bee6b547bc5.tar.gz
(compver): Don't hardcode processor type.
Diffstat (limited to 'mac')
-rwxr-xr-xmac/make-package2
1 files changed, 1 insertions, 1 deletions
diff --git a/mac/make-package b/mac/make-package
index a783ef40a50..1db34d2046c 100755
--- a/mac/make-package
+++ b/mac/make-package
@@ -325,7 +325,7 @@ if test "$with_app" == "yes"; then
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