ledger: use elisp shorthand

This commit is contained in:
Dominyk Tiller 2016-07-22 04:42:04 +01:00
parent 9b3ad33d23
commit 4c18fac519
No known key found for this signature in database
GPG key ID: FE19AEFCF658C6F6

View file

@ -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