apfsprogs: substitute --replace with --replace-fail

This commit is contained in:
Roland Coeurjoly 2024-08-25 17:24:51 +02:00
parent 9f28e30252
commit 85852fa661

View File

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