From 80399d5d1a0b4e74bbe3610afc8d402864a6cf3c Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Sun, 1 Dec 2013 18:22:50 +0000 Subject: Use ``patch -p0'' instead of ``patch -p'' -- the latter invocation is not working on -current for some reason and pkg-fallout is unhappy. Submitted by: pkg-fallout@ --- deskutils/xmdiary/scripts/nomalloc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'deskutils') diff --git a/deskutils/xmdiary/scripts/nomalloc b/deskutils/xmdiary/scripts/nomalloc index 05c7394e819b..7a49b3d2999d 100644 --- a/deskutils/xmdiary/scripts/nomalloc +++ b/deskutils/xmdiary/scripts/nomalloc @@ -3,8 +3,7 @@ for f in `find $1 -type f -name \*.\[ch\] -print | xargs grep -l malloc.h` do -patch -p << END_OF_PATCH ---- $f.orig +patch -p0 << END_OF_PATCH +++ $f @@ -10,1 +10,1 @@ -#include -- cgit v1.2.3