fx_cast_bridge: fix double-slash

(cherry picked from commit 61576be9df9f3120dd69f3f5862242212ecc536a)
This commit is contained in:
Will Dietz 2019-08-20 08:26:16 -05:00
parent 2488f6a4a5
commit b7c783cfc9

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
install -DT {usr,$out}/lib/mozilla/native-messaging-hosts/fx_cast_bridge.json
substituteInPlace $out/lib/mozilla/native-messaging-hosts/fx_cast_bridge.json \
--replace {opt/fx_cast,$out/bin}/fx_cast_bridge
--replace {/opt/fx_cast,$out/bin}/fx_cast_bridge
'';
# See now-cli/default.nix