summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-12-18 09:57:14 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-12-18 09:57:14 +0000
commit5b53584930078ac423a10f38d1ff99273986ad56 (patch)
treede3c4a159081f55a8227907904ef5ac86c2d021f /patches
parentAdd COPYING with GPL-2 license. (diff)
downloadautoepatch-5b53584930078ac423a10f38d1ff99273986ad56.tar.gz
autoepatch-5b53584930078ac423a10f38d1ff99273986ad56.tar.bz2
autoepatch-5b53584930078ac423a10f38d1ff99273986ad56.zip
Add ability for a patchset to tell if the patch is required, and to give a specific error message in case it failed to apply.
svn path=/trunk/; revision=7
Diffstat (limited to 'patches')
-rw-r--r--patches/kde-autoconf/kde-autoconf.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/patches/kde-autoconf/kde-autoconf.sh b/patches/kde-autoconf/kde-autoconf.sh
index af582fe..9ea9d53 100644
--- a/patches/kde-autoconf/kde-autoconf.sh
+++ b/patches/kde-autoconf/kde-autoconf.sh
@@ -10,3 +10,8 @@ patch_targets() {
# Find the admindir, wherever it is.
find "${WORKDIR}" -path '*/admin/cvs.sh' -type f
}
+
+# This patch is always required
+patch_required() {
+ return 0
+}