gnu: elixir: Fix regex for ERTS_BIN substitution.
* gnu/packages/elixir.scm (elixir)[arguments]: In 'replace-paths' phase, change "ERTS_BIN" regexp. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									d5353e2470
								
							
						
					
					
						commit
						d59f7effcf
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -70,7 +70,7 @@
 | 
				
			||||||
                (("#!/bin/sh")
 | 
					                (("#!/bin/sh")
 | 
				
			||||||
                 (string-append "#!" (search-input-file inputs "/bin/sh"))))
 | 
					                 (string-append "#!" (search-input-file inputs "/bin/sh"))))
 | 
				
			||||||
              (substitute* "bin/elixir"
 | 
					              (substitute* "bin/elixir"
 | 
				
			||||||
                (("^ERTS_BIN=$")
 | 
					                (("ERTS_BIN=\n")
 | 
				
			||||||
                 (string-append
 | 
					                 (string-append
 | 
				
			||||||
                  "ERTS_BIN="
 | 
					                  "ERTS_BIN="
 | 
				
			||||||
                  ;; Elixir Releases will prepend to ERTS_BIN the path of
 | 
					                  ;; Elixir Releases will prepend to ERTS_BIN the path of
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue