ledger: use elisp shorthand
This commit is contained in:
parent
9b3ad33d23
commit
4c18fac519
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class Ledger < Formula
|
|||
(pkgshare+"examples").install Dir["test/input/*.dat"]
|
||||
(pkgshare).install "contrib"
|
||||
(pkgshare).install "python/demo.py" if build.with? "python"
|
||||
(share/"emacs/site-lisp/ledger").install Dir["lisp/*.el", "lisp/*.elc"]
|
||||
elisp.install Dir["lisp/*.el", "lisp/*.elc"]
|
||||
end
|
||||
|
||||
test do
|
||||
|
|
Loading…
Reference in a new issue