From 6655e2e238d9c9d73b9453342b2ecb31de000a5e Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 13 Apr 2020 04:40:09 +0200 Subject: gnu: uthash: Fix documentation directory. * gnu/packages/datastructures.scm (uthash)[arguments]: Install documentation to a versioned directory. --- gnu/packages/datastructures.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/datastructures.scm b/gnu/packages/datastructures.scm index 1685dfa086..4505d82e38 100644 --- a/gnu/packages/datastructures.scm +++ b/gnu/packages/datastructures.scm @@ -181,7 +181,7 @@ (define-public uthash ;; There is no top-level Makefile to do this for us. (lambda* (#:key outputs #:allow-other-keys) (let* ((out (assoc-ref outputs "out")) - (doc (string-append out "/share/doc/" ,name)) + (doc (string-append out "/share/doc/" ,name "-" ,version)) (include (string-append out "/include"))) ;; Don't install HTML files: they're just the below .txt files ;; dolled up, can be stale, and regeneration requires asciidoc. -- cgit v1.2.3