ucm-imx95: use --replace-fail for substituteInPlace

This commit is contained in:
Jörg Thalheim
2025-10-30 14:52:19 +01:00
parent 8650454db6
commit 86d9291cc3
5 changed files with 22 additions and 22 deletions

View File

@@ -35,9 +35,9 @@ pkgs.stdenv.mkDerivation rec {
postPatch = ''
substituteInPlace oei/makefiles/build_info.mak \
--replace "/bin/echo" "echo"
--replace-fail "/bin/echo" "echo"
substituteInPlace Makefile \
--replace "/bin/echo" "echo"
--replace-fail "/bin/echo" "echo"
'';
makeFlags = [