apfsprogs: substitute --replace with --replace-fail
This commit is contained in:
parent
9f28e30252
commit
85852fa661
@ -20,7 +20,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
in ''
|
||||
substituteInPlace \
|
||||
apfs-snap/Makefile apfsck/Makefile mkapfs/Makefile \
|
||||
--replace \
|
||||
--replace-fail \
|
||||
'$(shell git describe --always HEAD | tail -c 9)' \
|
||||
'${shortRev}'
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user