tcp-wrapper: Apply patches with `--batch' to please the latest GNU Patch.
svn path=/nixpkgs/trunk/; revision=21594
This commit is contained in:
parent
82fe986554
commit
be07b7f60d
@ -11,7 +11,7 @@ patchPhase
|
|||||||
for patch in debian/patches/*
|
for patch in debian/patches/*
|
||||||
do
|
do
|
||||||
echo "applying Debian patch \`$(basename $patch)'..."
|
echo "applying Debian patch \`$(basename $patch)'..."
|
||||||
patch -p1 < $patch
|
patch --batch -p1 < $patch
|
||||||
done
|
done
|
||||||
|
|
||||||
substituteInPlace "Makefile" --replace \
|
substituteInPlace "Makefile" --replace \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user