me
/
guix
Archived
1
0
Fork 0

gnu: butt: Use conventional docdir.

* gnu/packages/audio.scm (butt)[arguments]: Drop version from docdir.
master
Tobias Geerinckx-Rice 2022-05-01 02:00:00 +02:00
parent 027c21dcf7
commit 668313e07f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 2 deletions

View File

@ -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"))))))))