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>
parent
d5353e2470
commit
d59f7effcf
|
@ -70,7 +70,7 @@
|
|||
(("#!/bin/sh")
|
||||
(string-append "#!" (search-input-file inputs "/bin/sh"))))
|
||||
(substitute* "bin/elixir"
|
||||
(("^ERTS_BIN=$")
|
||||
(("ERTS_BIN=\n")
|
||||
(string-append
|
||||
"ERTS_BIN="
|
||||
;; Elixir Releases will prepend to ERTS_BIN the path of
|
||||
|
|
Reference in New Issue