libdevil: Retarget substitute command
`test/Makefile.in` is not included but we can apply the same substitute to `test/Makefile.am`.
This commit is contained in:
parent
f353aa412b
commit
adf72c84ce
@ -51,7 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
enableParallelBuilding = true;
|
||||
|
||||
postPatch = ''
|
||||
for a in test/Makefile.in test/format_test/format_checks.sh.in ; do
|
||||
for a in test/Makefile.am test/format_test/format_checks.sh.in ; do
|
||||
substituteInPlace $a \
|
||||
--replace /bin/bash ${runtimeShell}
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user