apfsprogs: substitute --replace with --replace-fail (#337271)

This commit is contained in:
Adam C. Stephens
2024-09-02 20:33:31 -04:00
committed by GitHub
+1 -1
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}'
'';