summary refs log tree commit diff
path: root/pkgs/tools/system/incron/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/incron/default.nix')
-rw-r--r--pkgs/tools/system/incron/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/system/incron/default.nix b/pkgs/tools/system/incron/default.nix
index 43b91f6fac1b..d29575f8be33 100644
--- a/pkgs/tools/system/incron/default.nix
+++ b/pkgs/tools/system/incron/default.nix
@@ -12,7 +12,6 @@ stdenv.mkDerivation rec {
   patches = [ ./default_path.patch ];
 
   prePatch = ''
-    sed -i "s|PREFIX = /usr/local|PREFIX = $out|g" Makefile
     sed -i "s|/bin/bash|${bash}/bin/bash|g" usertable.cpp
   '';