Removing unnecessary symlink from emacs -> emacs-version
This commit is contained in:
parent
876e727eb5
commit
b6f85fd7e0
1 changed files with 0 additions and 7 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue