diff options
| author | Miles Bader | 2007-01-30 22:22:43 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-01-30 22:22:43 +0000 |
| commit | bb5b9e9dbe671b0525692acf1337efa271b33fb6 (patch) | |
| tree | 810c31e2c5f1bc8e79df0cc4b121a25a9d4b8642 /mac/make-package | |
| parent | f3df78db7218a084cbd58dc9a3cb5b9909b02d4d (diff) | |
| parent | 41e49ce63ee2f9945ff99a19b00752ea887ef506 (diff) | |
| download | emacs-bb5b9e9dbe671b0525692acf1337efa271b33fb6.tar.gz emacs-bb5b9e9dbe671b0525692acf1337efa271b33fb6.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 615-621)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 197-199)
- Merge from emacs--devo--0
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-166
Diffstat (limited to 'mac/make-package')
| -rwxr-xr-x | mac/make-package | 2 |
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` | |||
| 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 |