mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: gitolite: Remove /usr reference for redis-server.
* gnu/packages/version-control.scm (gitolite)[arguments]: Substitute '/usr/sbin/redis-server' with 'redis-server' in Cache.pm source file.
This commit is contained in:
parent
4f7f4e82e1
commit
c053dfa52d
1 changed files with 3 additions and 0 deletions
|
@ -1549,6 +1549,9 @@ (define-public gitolite
|
||||||
(assoc-ref inputs "inetutils")
|
(assoc-ref inputs "inetutils")
|
||||||
"/bin/logger\"")))
|
"/bin/logger\"")))
|
||||||
|
|
||||||
|
(substitute* "src/lib/Gitolite/Cache.pm"
|
||||||
|
(("/usr/sbin/redis-server") "redis-server"))
|
||||||
|
|
||||||
(substitute* "src/commands/svnserve"
|
(substitute* "src/commands/svnserve"
|
||||||
(("/usr/bin/svnserve") "svnserve"))))
|
(("/usr/bin/svnserve") "svnserve"))))
|
||||||
(replace 'install
|
(replace 'install
|
||||||
|
|
Loading…
Reference in a new issue