aboutsummaryrefslogtreecommitdiffstats
path: root/mac/make-package
diff options
context:
space:
mode:
Diffstat (limited to 'mac/make-package')
-rwxr-xr-xmac/make-package2
1 files changed, 2 insertions, 0 deletions
diff --git a/mac/make-package b/mac/make-package
index 2c113edbd13..a783ef40a50 100755
--- a/mac/make-package
+++ b/mac/make-package
@@ -330,6 +330,8 @@ compver=powerpc-apple-darwin`uname -r`
330if test "$self_contained" = "yes"; then 330if 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