aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Tamm <[email protected]>2002-11-30 23:43:51 +0000
committerSteven Tamm <[email protected]>2002-11-30 23:43:51 +0000
commitb6f85fd7e08a0c30206fa4bbd1e1405b82c1ff6e (patch)
tree854d418f57e3ebe34b44d065f5608fd6ced78e04
parent876e727eb5e0fe55fab67ae6389b2d158972951a (diff)
Removing unnecessary symlink from emacs -> emacs-version
-rwxr-xr-xmac/make-package7
1 files changed, 0 insertions, 7 deletions
diff --git a/mac/make-package b/mac/make-package
index 759f165439..9f90144e2c 100755
--- a/mac/make-package
+++ b/mac/make-package
@@ -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}