gnu: vim: Install man pages.
This commit is contained in:
		
							parent
							
								
									c5b20437ed
								
							
						
					
					
						commit
						3e09a2be74
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		|  | @ -86,6 +86,11 @@ | |||
|        #:parallel-tests? #f | ||||
|        #:phases | ||||
|        (modify-phases %standard-phases | ||||
|          (add-after 'patch-source-shebangs 'fix-installman | ||||
|            (lambda _ | ||||
|              (substitute* "src/installman.sh" | ||||
|                ((" /bin/sh") (which "sh"))) | ||||
|              #t)) | ||||
|          (add-after 'configure 'patch-absolute-paths | ||||
|            (lambda _ | ||||
|              (substitute* "runtime/tools/mve.awk" | ||||
|  |  | |||
		Reference in a new issue