From df2d680da85a860995d8c467998f1c7b334c56b6 Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Wed, 10 Nov 2010 16:14:18 +0000 Subject: [PATCH] Kill -I- in fdm svn path=/nixpkgs/branches/stdenv-updates/; revision=24643 --- pkgs/tools/networking/fdm/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/networking/fdm/default.nix b/pkgs/tools/networking/fdm/default.nix index b9e4558bc8f..0f563cb892a 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 = {