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 @@ also walk each side of a merge and test those changes individually.") | |||
|                                         (assoc-ref inputs "inetutils") | ||||
|                                         "/bin/logger\""))) | ||||
| 
 | ||||
|                       (substitute* "src/lib/Gitolite/Cache.pm" | ||||
|                         (("/usr/sbin/redis-server") "redis-server")) | ||||
| 
 | ||||
|                       (substitute* "src/commands/svnserve" | ||||
|                         (("/usr/bin/svnserve") "svnserve")))) | ||||
|                   (replace 'install | ||||
|  |  | |||
		Reference in a new issue