summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/games/scummvm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/scummvm/default.nix b/pkgs/games/scummvm/default.nix
index b9b95a5fb4d..7625061953b 100644
--- a/pkgs/games/scummvm/default.nix
+++ b/pkgs/games/scummvm/default.nix
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
 
   # They use 'install -s', that calls the native strip instead of the cross
   postConfigure = ''
-    sed -i "s/-c -s/-c -s --strip-program=''${STRIP@Q}" ports.mk
+    sed -i "s/-c -s/-c -s --strip-program=''${STRIP@Q}/" ports.mk
   '';
 
   meta = with stdenv.lib; {