summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2018-08-27 22:35:25 +0000
committerAaron Andersen <aaron@fosslib.net>2018-08-27 22:35:25 +0000
commit9153e499a821e946c075191073397f76152bd89b (patch)
tree2255a049b2a336735862c8c5e22f9938c8494442 /pkgs/tools/system
parentb77f38c3cd715f59447f4e318fe38abd4f3fee57 (diff)
downloadnixlib-9153e499a821e946c075191073397f76152bd89b.tar
nixlib-9153e499a821e946c075191073397f76152bd89b.tar.gz
nixlib-9153e499a821e946c075191073397f76152bd89b.tar.bz2
nixlib-9153e499a821e946c075191073397f76152bd89b.tar.lz
nixlib-9153e499a821e946c075191073397f76152bd89b.tar.xz
nixlib-9153e499a821e946c075191073397f76152bd89b.tar.zst
nixlib-9153e499a821e946c075191073397f76152bd89b.zip
removed redundant line
Diffstat (limited to 'pkgs/tools/system')
-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
   '';