]> git.eshelyaron.com Git - emacs.git/commitdiff
(compver): Don't hardcode processor type.
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Mon, 9 Apr 2007 09:18:16 +0000 (09:18 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Mon, 9 Apr 2007 09:18:16 +0000 (09:18 +0000)
mac/make-package

index a783ef40a50707bfe106793c922be27fbf31353f..1db34d2046c9211cc8098b3dffd03f4340b3779c 100755 (executable)
@@ -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