gnu: rottlog: Remove hard-coded '/usr/sbin/sendmail' reference.
* gnu/packages/admin.scm (rottlog)[arguments]: Add 'patch-paths' phase.
This commit is contained in:
		
							parent
							
								
									58f0a19c58
								
							
						
					
					
						commit
						d436c6b566
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		|  | @ -783,6 +783,11 @@ over ssh connections.") | ||||||
|                                          "/etc")) |                                          "/etc")) | ||||||
| 
 | 
 | ||||||
|        #:phases (modify-phases %standard-phases |        #:phases (modify-phases %standard-phases | ||||||
|  |                   (add-after 'unpack 'patch-paths | ||||||
|  |                     (lambda _ | ||||||
|  |                       (substitute* "rc/rc" | ||||||
|  |                         (("/usr/sbin/sendmail") "sendmail")) | ||||||
|  |                       #t)) | ||||||
|                   (add-after 'build 'set-packdir |                   (add-after 'build 'set-packdir | ||||||
|                     (lambda _ |                     (lambda _ | ||||||
|                       ;; Set a default location for archived logs. |                       ;; Set a default location for archived logs. | ||||||
|  |  | ||||||
		Reference in a new issue