mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
build-system/gnu: Set the docdir to "share/doc"
* guix/build/gnu-build-system.scm (configure): Change docdir directory from "doc" to "share/doc". Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
7f31c71cb8
commit
c2e6516721
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ (define (package-name)
|
|||
'())
|
||||
,@(if docdir
|
||||
(list (string-append "--docdir=" docdir
|
||||
"/doc/" (package-name)))
|
||||
"/share/doc/" (package-name)))
|
||||
'())
|
||||
,@(if target ; cross building
|
||||
(list (string-append "--host=" target))
|
||||
|
|
Loading…
Reference in a new issue