about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorGuillaume Maudoux <layus.on@gmail.com>2016-02-20 14:02:38 +0100
committerGuillaume Maudoux <layus.on@gmail.com>2016-02-20 14:02:38 +0100
commit9eb6372c6be1057d69e40b0c7c5d3978e2ca9f6c (patch)
tree77206a6ac799aaa03233f1bcf51b6f5178c3e968 /pkgs/applications/networking/remote
parent13b416765db46bc114c1fdc44ad00cf53b52040b (diff)
downloadnixlib-9eb6372c6be1057d69e40b0c7c5d3978e2ca9f6c.tar
nixlib-9eb6372c6be1057d69e40b0c7c5d3978e2ca9f6c.tar.gz
nixlib-9eb6372c6be1057d69e40b0c7c5d3978e2ca9f6c.tar.bz2
nixlib-9eb6372c6be1057d69e40b0c7c5d3978e2ca9f6c.tar.lz
nixlib-9eb6372c6be1057d69e40b0c7c5d3978e2ca9f6c.tar.xz
nixlib-9eb6372c6be1057d69e40b0c7c5d3978e2ca9f6c.tar.zst
nixlib-9eb6372c6be1057d69e40b0c7c5d3978e2ca9f6c.zip
teamviewer: fix wrong in sed usage
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/teamviewer/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/remote/teamviewer/default.nix b/pkgs/applications/networking/remote/teamviewer/default.nix
index dd947d86daf8..1abedc890f46 100644
--- a/pkgs/applications/networking/remote/teamviewer/default.nix
+++ b/pkgs/applications/networking/remote/teamviewer/default.nix
@@ -52,7 +52,7 @@ stdenv.mkDerivation {
     ${if stdenv.system == "x86_64-linux" then ''
       sed -i "s,TV_LD64_PATH=.*,TV_LD64_PATH=$(cat ${ld64})," script/tvw_config
     '' else ''
-      sed -i ",TV_LD64_PATH=.*,d" script/tvw_config
+      sed -i "/TV_LD64_PATH=.*/d" script/tvw_config
     ''}
 
     sed -i "s,/opt/teamviewer,$out/share/teamviewer,g" desktop/teamviewer-*.desktop