Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
emacs cask: install to site-lisp
Browse files Browse the repository at this point in the history
Closes #28033.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
Tim Taylor authored and MikeMcQuaid committed Apr 1, 2014
1 parent 627bafb commit 9105146
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Library/Formula/cask.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ def install
bin.install "bin/cask"
prefix.install Dir["*.el"]
prefix.install "templates"
(share/"emacs/site-lisp").install_symlink "#{prefix}/cask-bootstrap.el"
(share/"emacs/site-lisp").install_symlink "#{prefix}/cask.el"
# Stop cask performing self-upgrades.
touch prefix/".no-upgrade"
end
Expand Down

0 comments on commit 9105146

Please sign in to comment.