changeset 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 8212b823a5d1
children 87aa7494d1da
files mac/make-package
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
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}