comparison 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
comparison
equal deleted inserted replaced
77076:9bc027540c27 77077:8fd6534a63dd
323 rm ${tempemapp} 323 rm ${tempemapp}
324 ln -s ${prefix}/bin/${emacsname} ${tempemapp} 324 ln -s ${prefix}/bin/${emacsname} ${tempemapp}
325 fi 325 fi
326 fi 326 fi
327 327
328 compver=powerpc-apple-darwin`uname -r` 328 compver=`uname -p`-apple-darwin`uname -r`
329 329
330 if test "$self_contained" = "yes"; then 330 if test "$self_contained" = "yes"; then
331 # Move shared files down to Resources directory 331 # Move shared files down to Resources directory
332 mv $installprefix/share/emacs/$version/* $installprefix 332 mv $installprefix/share/emacs/$version/* $installprefix
333 mv $installprefix/share/info $installprefix 333 mv $installprefix/share/info $installprefix