gnu: magit: Install .el files directly under share/emacs/site-lisp.

Fixes a regression introduced in 7e4871b.

* gnu/packages/emacs.scm (magit)[arguments]: Add #:make-flags.
This commit is contained in:
Ludovic Courtès 2015-05-17 21:25:09 +02:00
parent 7e4871ba9c
commit d41a8a07b2

View file

@ -302,6 +302,11 @@ (define-public magit
#:test-target "test"
#:tests? #f ;'tests/magit-tests.el' is missing
#:make-flags (list
;; Don't put .el files in a sub-directory.
(string-append "lispdir=" (assoc-ref %outputs "out")
"/share/emacs/site-lisp"))
#:phases
(modify-phases %standard-phases
(replace