From 89c28790121a91e44c62dd66fcbf5bee6b547bc5 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Mon, 9 Apr 2007 09:18:16 +0000 Subject: [PATCH] (compver): Don't hardcode processor type. --- mac/make-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5