gnuradio: use --replace-fail in python substitution

This commit is contained in:
Doron Behar
2026-01-12 13:07:00 +02:00
parent 60d6d6a125
commit fcbf758915
+1 -1
View File
@@ -246,7 +246,7 @@ let
mv -f "$i".tmp "$i"
if head -1 "$i" | grep -q ${unwrapped.python}; then
substituteInPlace "$i" \
--replace ${unwrapped.python} ${pythonEnv}
--replace-fail ${unwrapped.python} ${pythonEnv}
fi
wrapProgram "$i" ${makeWrapperArgs}
done