]> code.delx.au - gnu-emacs/commitdiff
Removing unnecessary symlink from emacs -> emacs-version
authorSteven Tamm <steventamm@mac.com>
Sat, 30 Nov 2002 23:43:51 +0000 (23:43 +0000)
committerSteven Tamm <steventamm@mac.com>
Sat, 30 Nov 2002 23:43:51 +0000 (23:43 +0000)
mac/make-package

index 759f1654396c8b8a925c04065cdc362384bac422..9f90144e2c853ddcf45c8f73ff8b28c892aa1e8a 100755 (executable)
@@ -255,13 +255,6 @@ if test "$full_dist" == "no"; then
     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}