emacs: link etag in cocoa build
This commit is contained in:
parent
f301fe5a06
commit
384fd8c77e
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ class Emacs < Formula
|
|||
bin.mkpath
|
||||
ln_s prefix+'Emacs.app/Contents/MacOS/Emacs', bin+'emacs'
|
||||
ln_s prefix+'Emacs.app/Contents/MacOS/bin/emacsclient', bin
|
||||
ln_s prefix+'Emacs.app/Contents/MacOS/bin/etags', bin
|
||||
else
|
||||
if ARGV.include? "--with-x"
|
||||
args << "--with-x"
|
||||
|
|
Loading…
Reference in a new issue