diff options
author | Jörg Bornkessel <hd_brummy@gentoo.org> | 2006-07-19 20:24:53 +0000 |
---|---|---|
committer | Jörg Bornkessel <hd_brummy@gentoo.org> | 2006-07-19 20:24:53 +0000 |
commit | f4c8dd50129552947447a97c333a9201617a60fe (patch) | |
tree | c90fe5baf9a8d24bb34f8284ad9f4c6f8486a0e7 /eclass/vdr-plugin.eclass | |
parent | Stable x86; My mother taught me to share well (diff) | |
download | gentoo-2-f4c8dd50129552947447a97c333a9201617a60fe.tar.gz gentoo-2-f4c8dd50129552947447a97c333a9201617a60fe.tar.bz2 gentoo-2-f4c8dd50129552947447a97c333a9201617a60fe.zip |
changed add_local_patch patchmakefile call, added cd to add_local_patch
Diffstat (limited to 'eclass/vdr-plugin.eclass')
-rw-r--r-- | eclass/vdr-plugin.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/vdr-plugin.eclass b/eclass/vdr-plugin.eclass index 56a299bd5c38..33b8b4024f3f 100644 --- a/eclass/vdr-plugin.eclass +++ b/eclass/vdr-plugin.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.27 2006/07/19 19:19:00 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.28 2006/07/19 20:24:53 hd_brummy Exp $ # # Author: # Matthias Schwarzott <zzam@gentoo.org> @@ -126,7 +126,7 @@ vdr-plugin_pkg_setup() { } vdr-plugin_src_unpack() { - [ -z "$1" ] && vdr-plugin_src_unpack unpack patchmakefile add_local_patch + [ -z "$1" ] && vdr-plugin_src_unpack unpack add_local_patch patchmakefile while [ "$1" ]; do @@ -183,6 +183,7 @@ vdr-plugin_src_unpack() { eend $? ;; add_local_patch) + cd ${S} if test -d "${VDR_LOCAL_PATCHES_DIR}/${PN}"; then echo einfo "Applying local patches" |