me
/
guix
Archived
1
0
Fork 0

gnu: mcelog: Fix unversioned DOCDIR.

* gnu/packages/linux.scm (mcelog)[arguments]: VERSION DOCDIR.
master
Tobias Geerinckx-Rice 2020-06-06 06:24:00 +02:00
parent 2bf0a5cbae
commit df305cea48
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 1 deletions

View File

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