Mercurial > emacs
comparison mac/make-package @ 90743:f83d17e1ace6
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
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 30 Jan 2007 22:22:43 +0000 |
parents | 95d0cdf160ea b3fafa9c3aa6 |
children | 4ef881a120fe |
comparison
equal
deleted
inserted
replaced
90742:d12279146267 | 90743:f83d17e1ace6 |
---|---|
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 |