guix-commits
[Top][All Lists]
Advanced

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

07/18: gnu: corkscrew: Deduplicate documentation directories.


From: Tobias Geerinckx-Rice
Subject: 07/18: gnu: corkscrew: Deduplicate documentation directories.
Date: Fri, 22 Jun 2018 17:22:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d26563323d8559dcbb04621ccab02e07767abb6e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Jun 22 21:45:30 2018 +0200

    gnu: corkscrew: Deduplicate documentation directories.
    
    * gnu/packages/ssh.scm (corkscrew)[arguments]: Install documentation to
    the correct versioned subdirectory, as already done by the build system.
---
 gnu/packages/ssh.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index 1240216..caa8c78 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -331,7 +331,7 @@ libssh library.")
     (arguments
      ;; Replace configure phase as the ./configure script does not link
      ;; CONFIG_SHELL and SHELL passed as parameters
-     '(#:phases
+     `(#:phases
        (modify-phases %standard-phases
          (replace 'configure
            (lambda* (#:key outputs inputs system build target
@@ -351,7 +351,7 @@ libssh library.")
          (add-after 'install 'install-documentation
            (lambda* (#:key outputs #:allow-other-keys)
              (let* ((out (assoc-ref outputs "out"))
-                    (doc (string-append out "/share/doc/corkscrew")))
+                    (doc (string-append out "/share/doc/" ,name "-" ,version)))
                (install-file "README" doc)
                #t))))))
     (home-page "http://www.agroman.net/corkscrew";)



reply via email to

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