~ruther/guix-local

df305cea48d769cc35e01a4d6d68f22d885520f1 — Tobias Geerinckx-Rice 6 years ago 2bf0a5c
gnu: mcelog: Fix unversioned DOCDIR.

* gnu/packages/linux.scm (mcelog)[arguments]: VERSION DOCDIR.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +2 -1
@@ 5496,7 5496,8 @@ the default @code{nsswitch} and the experimental @code{umich_ldap}.")
       #:make-flags (let ((out (assoc-ref %outputs "out")))
                      (list "CC=gcc"
                            (string-append "prefix=" out)
                            (string-append "DOCDIR=" out "/share/doc/mcelog")
                            (string-append "DOCDIR=" out "/share/doc/"
                                           ,name "-" ,version)
                            "etcprefix=$(DOCDIR)/examples"))
       ;; The tests will only run as root on certain supported CPU models.
       #:tests? #f))