Kill -I- in fdm

svn path=/nixpkgs/branches/stdenv-updates/; revision=24643
This commit is contained in:
Michael Raskin 2010-11-10 16:14:18 +00:00
parent 5e70f43ead
commit df2d680da8

View File

@ -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 = {