lilypond-with-fonts: fix quoting
This commit is contained in:
parent
e284740dd5
commit
ddf7c6ef06
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ stdenv.mkDerivation {
|
|||
install -m755 -Dt $out/bin ${lilypond}/bin/*
|
||||
|
||||
for p in $out/bin/*; do
|
||||
substituteInPlace $p --replace "exec -a ${lilypond}" "exec -a $out"
|
||||
substituteInPlace $p --replace "exec -a \"${lilypond}" "exec -a \"$out"
|
||||
done
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue