gnu: mc: Remove obsolete substitution.
* gnu/packages/mc.scm (mc)[arguments]: Don't SUBSTITUTE* "/bin/cat". It's been fixed upstream.
This commit is contained in:
		
							parent
							
								
									6048467f06
								
							
						
					
					
						commit
						bce8235ebe
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
					@ -61,8 +61,6 @@
 | 
				
			||||||
              (substitute* "misc/mcedit.menu.in"
 | 
					              (substitute* "misc/mcedit.menu.in"
 | 
				
			||||||
                (("#! /bin/sh") (string-append "#!" (which "sh")))
 | 
					                (("#! /bin/sh") (string-append "#!" (which "sh")))
 | 
				
			||||||
                (("/bin/bash") (which "bash")))
 | 
					                (("/bin/bash") (which "bash")))
 | 
				
			||||||
              (substitute* "misc/ext.d/misc.sh.in"
 | 
					 | 
				
			||||||
                (("/bin/cat") "cat"))
 | 
					 | 
				
			||||||
              (substitute* (list "lib/utilunix.c"
 | 
					              (substitute* (list "lib/utilunix.c"
 | 
				
			||||||
                                 "src/usermenu.c"
 | 
					                                 "src/usermenu.c"
 | 
				
			||||||
                                 "src/vfs/fish/fish.c"
 | 
					                                 "src/vfs/fish/fish.c"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue