comparison mac/make-package @ 75549:b3fafa9c3aa6

(compver): Install info and manpages.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 30 Jan 2007 17:10:16 +0000
parents 3d45362f1d38
children 8fd6534a63dd f83d17e1ace6
comparison
equal deleted inserted replaced
75548:857424505d72 75549:b3fafa9c3aa6
328 compver=powerpc-apple-darwin`uname -r` 328 compver=powerpc-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
334 mv $installprefix/share/man $installprefix
333 rm -rf $installprefix/share 335 rm -rf $installprefix/share
334 # These directories might remain in Resources 336 # These directories might remain in Resources
335 mv $installprefix/bin $installprefix/../MacOS/bin 337 mv $installprefix/bin $installprefix/../MacOS/bin
336 mv $installprefix/libexec/emacs/$version/$compver $installprefix/../MacOS/libexec 338 mv $installprefix/libexec/emacs/$version/$compver $installprefix/../MacOS/libexec
337 # Make the application binary a hard link 339 # Make the application binary a hard link