Skip to content

Commit

Permalink
takt: use elisp shorthand
Browse files Browse the repository at this point in the history
  • Loading branch information
DomT4 committed Jul 22, 2016
1 parent b48bd48 commit 26d751a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/takt.rb
Expand Up @@ -14,7 +14,7 @@ class Takt < Formula
depends_on "readline"

def install
system "./configure", "--prefix=#{prefix}", "--with-lispdir=#{share}/emacs/site-lisp/#{name}"
system "./configure", "--prefix=#{prefix}", "--with-lispdir=#{elisp}"
system "make", "install"
end

Expand Down

0 comments on commit 26d751a

Please sign in to comment.