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.master
parent
7d4d7992aa
commit
ee1362fc07
|
@ -543,7 +543,7 @@ Extensions} (DNSSEC).")
|
||||||
(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)
|
||||||
|
|
Reference in New Issue