fix double slash in mix binary path
This commit is contained in:
parent
cba717fd7b
commit
4ef1099310
@ -20,7 +20,7 @@ stdenv.mkDerivation {
|
||||
|
||||
substituteInPlace Makefile \
|
||||
--replace "/usr/local" $out
|
||||
substituteInPlace bin//mix \
|
||||
substituteInPlace bin/mix \
|
||||
--replace "/usr/bin/env elixir" "$out/bin/elixir"
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user