fix double slash in mix binary path

This commit is contained in:
Tino Breddin 2014-10-01 20:27:55 +02:00
parent cba717fd7b
commit 4ef1099310

View File

@ -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"
'';