guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: iniparser: Fix documentation directory.


From: Tobias Geerinckx-Rice
Subject: 02/06: gnu: iniparser: Fix documentation directory.
Date: Mon, 15 Jan 2018 08:56:34 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 33fa13eac196517be9bdc615844a29ca4d8e7a83
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Jan 15 07:29:54 2018 +0100

    gnu: iniparser: Fix documentation directory.
    
    * gnu/packages/samba.scm (iniparser)[arguments]: Install documentation to
    ‘/share/doc/iniparser’ instead of ‘/share/doc’.
---
 gnu/packages/samba.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index 345c326..7e00ca3 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2016 Adonay "adfeno" Felipe Nogueira 
<https://libreplanet.org/wiki/User:Adfeno> <address@hidden>
 ;;; Copyright © 2017 Thomas Danckaert <address@hidden>
 ;;; Copyright © 2017 Marius Bakke <address@hidden>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -103,7 +104,7 @@ the Linux kernel CIFS client.")
                "1flj7srvh2hp9ls96qz922bklyhw7f27mmn23b16839zpdjddfz0"))))
     (build-system gnu-build-system)
     (arguments
-     '(#:phases
+     `(#:phases
        (modify-phases %standard-phases
          (replace 'configure
            (lambda* (#:key outputs #:allow-other-keys)
@@ -120,7 +121,7 @@ the Linux kernel CIFS client.")
              (let* ((out  (assoc-ref outputs "out"))
                     (lib  (string-append out "/lib"))
                     (inc  (string-append out "/include"))
-                    (doc  (string-append out "/share/doc"))
+                    (doc  (string-append out "/share/doc/" ,name))
                     (html (string-append doc "/html")))
                (define (copy dir)
                  (lambda (file)



reply via email to

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