guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: butt: Use conventional docdir.


From: guix-commits
Subject: 04/04: gnu: butt: Use conventional docdir.
Date: Sun, 8 May 2022 09:23:00 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 668313e07fa2518fe02704b047237c173f63c6d4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 1 02:00:00 2022 +0200

    gnu: butt: Use conventional docdir.
    
    * gnu/packages/audio.scm (butt)[arguments]: Drop version from docdir.
---
 gnu/packages/audio.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 4aa302b59d..128f810333 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -5470,8 +5470,7 @@ while still staying in time.")
            #~(modify-phases %standard-phases
                (add-after 'install 'install-documentation
                  (lambda _
-                   (let ((doc (string-append #$output "/share/doc/"
-                                             #$name "-" #$version)))
+                   (let ((doc (string-append #$output "/share/doc/" #$name)))
                      (install-file "README" doc)
                      (copy-file #$(this-package-native-input "manual")
                                 (string-append doc "/butt-manual.pdf"))))))))



reply via email to

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