Mercurial > emacs
diff mac/make-package @ 48605:a3fe4bde49d3
Removing unnecessary symlink from emacs -> emacs-version
| author | Steven Tamm <steventamm@mac.com> |
|---|---|
| date | Sat, 30 Nov 2002 23:43:51 +0000 |
| parents | ac86b769c135 |
| children | d78591287910 |
line wrap: on
line diff
--- a/mac/make-package Sat Nov 30 22:06:38 2002 +0000 +++ b/mac/make-package Sat Nov 30 23:43:51 2002 +0000 @@ -255,13 +255,6 @@ find $sharedir/lisp $sharedir/leim -name "*.elc" -print | sed 's|\(.*\)\.elc$|/bin/rm -f \1.el|' | /bin/sh -s fi -if test "$app_symlink" == "yes"; then - echo "Replacing bin/emacs with a symbolic link..." - # Fix emacs symlink - rm ${installprefix}/bin/emacs - ln -s $emacsname ${installprefix}/bin/emacs -fi - if test "$with_app" == "yes"; then echo "Creating Emacs.app application" tempappdir=${tempparentfull}${appsdir}
