From 9ed8c96855dbe05894965c369aeb15508aaeaaa4 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Mon, 18 Dec 2006 10:17:46 +0000 Subject: Filter the list of targets for the kde-autoconf patch: if autoconf 2.6 is already handled just skip them. svn path=/trunk/; revision=11 --- patches/kde-autoconf/kde-autoconf.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/patches/kde-autoconf/kde-autoconf.sh b/patches/kde-autoconf/kde-autoconf.sh index 9ea9d53..98689a5 100644 --- a/patches/kde-autoconf/kde-autoconf.sh +++ b/patches/kde-autoconf/kde-autoconf.sh @@ -8,7 +8,8 @@ patch_targets() { || return 0 # Find the admindir, wherever it is. - find "${WORKDIR}" -path '*/admin/cvs.sh' -type f + find "${WORKDIR}" -path '*/admin/cvs.sh' -type f -print0 | \ + xargs -0 fgrep -L 'autoconf*2.6*' } # This patch is always required -- cgit v1.2.3-65-gdbad