guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/12: gnu: mcelog: Fix unversioned DOCDIR.


From: guix-commits
Subject: 08/12: gnu: mcelog: Fix unversioned DOCDIR.
Date: Sat, 6 Jun 2020 03:22:22 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit df305cea48d769cc35e01a4d6d68f22d885520f1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jun 6 06:24:00 2020 +0200

    gnu: mcelog: Fix unversioned DOCDIR.
    
    * gnu/packages/linux.scm (mcelog)[arguments]: VERSION DOCDIR.
---
 gnu/packages/linux.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 745370b..9cc2360 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]