From be07b7f60d1b5dda9e844278b4ed99db4636c33b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 4 May 2010 13:32:00 +0000 Subject: [PATCH] tcp-wrapper: Apply patches with `--batch' to please the latest GNU Patch. svn path=/nixpkgs/trunk/; revision=21594 --- pkgs/os-specific/linux/tcp-wrapper/builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/os-specific/linux/tcp-wrapper/builder.sh b/pkgs/os-specific/linux/tcp-wrapper/builder.sh index 6cb91110530..58bc1d4409d 100644 --- a/pkgs/os-specific/linux/tcp-wrapper/builder.sh +++ b/pkgs/os-specific/linux/tcp-wrapper/builder.sh @@ -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 \