diff options
| author | Steven Tamm | 2002-11-30 23:43:51 +0000 |
|---|---|---|
| committer | Steven Tamm | 2002-11-30 23:43:51 +0000 |
| commit | b6f85fd7e08a0c30206fa4bbd1e1405b82c1ff6e (patch) | |
| tree | 854d418f57e3ebe34b44d065f5608fd6ced78e04 /mac | |
| parent | 876e727eb5e0fe55fab67ae6389b2d158972951a (diff) | |
| download | emacs-b6f85fd7e08a0c30206fa4bbd1e1405b82c1ff6e.tar.gz emacs-b6f85fd7e08a0c30206fa4bbd1e1405b82c1ff6e.zip | |
Removing unnecessary symlink from emacs -> emacs-version
Diffstat (limited to 'mac')
| -rwxr-xr-x | mac/make-package | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/mac/make-package b/mac/make-package index 759f1654396..9f90144e2c8 100755 --- a/mac/make-package +++ b/mac/make-package | |||
| @@ -255,13 +255,6 @@ if test "$full_dist" == "no"; then | |||
| 255 | find $sharedir/lisp $sharedir/leim -name "*.elc" -print | sed 's|\(.*\)\.elc$|/bin/rm -f \1.el|' | /bin/sh -s | 255 | find $sharedir/lisp $sharedir/leim -name "*.elc" -print | sed 's|\(.*\)\.elc$|/bin/rm -f \1.el|' | /bin/sh -s |
| 256 | fi | 256 | fi |
| 257 | 257 | ||
| 258 | if test "$app_symlink" == "yes"; then | ||
| 259 | echo "Replacing bin/emacs with a symbolic link..." | ||
| 260 | # Fix emacs symlink | ||
| 261 | rm ${installprefix}/bin/emacs | ||
| 262 | ln -s $emacsname ${installprefix}/bin/emacs | ||
| 263 | fi | ||
| 264 | |||
| 265 | if test "$with_app" == "yes"; then | 258 | if test "$with_app" == "yes"; then |
| 266 | echo "Creating Emacs.app application" | 259 | echo "Creating Emacs.app application" |
| 267 | tempappdir=${tempparentfull}${appsdir} | 260 | tempappdir=${tempparentfull}${appsdir} |