+2003-04-04 Steven Tamm <steventamm@mac.com>
+
+ * make-package: Place libexec executables directly under the
+ Contents/MacOS/libexec if the application is self-contained
+
2003-04-01 Kim F. Storm <storm@cua.dk>
* makefile.MPW (frame.c.x): Add dependency on BLOCKINPUT_H_GROUP.
fi
fi
+compver=powerpc-apple-darwin`uname -r`
+
if test "$self_contained" = "yes"; then
# Move shared files down to Resources directory
mv $installprefix/share/emacs/$version/* $installprefix
rm -rf $installprefix/share
# These directories might remain in Resources
mv $installprefix/bin $installprefix/../MacOS/bin
- mv $installprefix/libexec $installprefix/../MacOS/libexec
+ mv $installprefix/libexec/emacs/$version/$compver $installprefix/../MacOS/libexec
# Make the application binary a hard link
rm $installprefix/../MacOS/Emacs
ln $installprefix/../MacOS/bin/emacs $installprefix/../MacOS/Emacs