mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: sudo: Use a versioned $(docdir).
* gnu/packages/admin.scm (sudo)[arguments]: Add versioned --docdir to CONFIGURE-FLAGS.
This commit is contained in:
parent
6f6dbf2ac1
commit
6fa393e2b8
1 changed files with 4 additions and 1 deletions
|
@ -1296,7 +1296,10 @@ (define-public sudo
|
|||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(list "--with-logpath=/var/log/sudo.log"
|
||||
(list (string-append "--docdir=" (assoc-ref %outputs "out")
|
||||
"/share/doc/" ,name "-" ,version)
|
||||
|
||||
"--with-logpath=/var/log/sudo.log"
|
||||
"--with-rundir=/var/run/sudo" ; must be cleaned up at boot time
|
||||
"--with-vardir=/var/db/sudo"
|
||||
"--with-iologdir=/var/log/sudo-io"
|
||||
|
|
Loading…
Reference in a new issue