about summary refs log tree commit diff
path: root/pkgs/tools/networking/fdm
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/fdm')
-rw-r--r--pkgs/tools/networking/fdm/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/networking/fdm/default.nix b/pkgs/tools/networking/fdm/default.nix
index b9e4558bc8fd..0f563cb892af 100644
--- a/pkgs/tools/networking/fdm/default.nix
+++ b/pkgs/tools/networking/fdm/default.nix
@@ -33,6 +33,7 @@ rec {
     sed -i */Makefile -i Makefile -e 's@ -o root @ @'
     sed -i GNUmakefile -e 's@ -g $(BIN_OWNER) @ @'
     sed -i GNUmakefile -e 's@ -o $(BIN_GROUP) @ @'
+    sed -i */Makefile -i Makefile -e 's@-I-@@g'
   '') ["minInit" "doUnpack"];
       
   meta = {