mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: butt: Use conventional docdir.
* gnu/packages/audio.scm (butt)[arguments]: Drop version from docdir.
This commit is contained in:
parent
027c21dcf7
commit
668313e07f
1 changed files with 1 additions and 2 deletions
|
@ -5470,8 +5470,7 @@ (define-public butt
|
|||
#~(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"))))))))
|
||||
|
|
Loading…
Reference in a new issue