mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 22:36:50 +01:00
gnu: knot: Deduplicate documentation directories.
* gnu/packages/dns.scm (knot)[arguments]: Install documentation to the correct versioned subdirectory, as already done by the build system.
This commit is contained in:
parent
7d4d7992aa
commit
ee1362fc07
1 changed files with 1 additions and 1 deletions
|
@ -543,7 +543,7 @@ (define-public knot
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let* ((out (assoc-ref outputs "out"))
|
(let* ((out (assoc-ref outputs "out"))
|
||||||
(doc (string-append out "/share/doc/knot"))
|
(doc (string-append out "/share/doc/" ,name "-" ,version))
|
||||||
(etc (string-append doc "/examples/etc")))
|
(etc (string-append doc "/examples/etc")))
|
||||||
(invoke "make"
|
(invoke "make"
|
||||||
(string-append "config_dir=" etc)
|
(string-append "config_dir=" etc)
|
||||||
|
|
Loading…
Reference in a new issue