adbfs-rootless: switch to replace-fail

This commit is contained in:
Guy Chronister
2026-04-22 08:13:51 -05:00
parent 3de995ffc0
commit 3d40f110cc
+1 -1
View File
@@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
postPatch = ''
# very ugly way of replacing the adb calls
substituteInPlace adbfs.cpp \
--replace '"adb ' '"${android-tools}/bin/adb '
--replace-fail '"adb ' '"${android-tools}/bin/adb '
'';
installPhase = ''