tcp-wrapper: Apply patches with `--batch' to please the latest GNU Patch.

svn path=/nixpkgs/trunk/; revision=21594
This commit is contained in:
Ludovic Courtès 2010-05-04 13:32:00 +00:00
parent 82fe986554
commit be07b7f60d

View File

@ -11,7 +11,7 @@ patchPhase
for patch in debian/patches/*
do
echo "applying Debian patch \`$(basename $patch)'..."
patch -p1 < $patch
patch --batch -p1 < $patch
done
substituteInPlace "Makefile" --replace \