diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-04-12 15:33:03 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-04-12 15:33:03 +0000 |
commit | 2d7bab8fb8a9e132b3700bdd7f35e3999450fbf7 (patch) | |
tree | 6da1b84ef1ff8744dce431393b357f0530cca20b /eclass | |
parent | Prepare for system tinxyml in -r1, use builtin version in the meantime, bug #... (diff) | |
download | gentoo-2-2d7bab8fb8a9e132b3700bdd7f35e3999450fbf7.tar.gz gentoo-2-2d7bab8fb8a9e132b3700bdd7f35e3999450fbf7.tar.bz2 gentoo-2-2d7bab8fb8a9e132b3700bdd7f35e3999450fbf7.zip |
Use EPATCH_FORCE=yes. Otherwise patches as dir are not populated.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/base.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/base.eclass b/eclass/base.eclass index 7be8d418282f..ae77873504ed 100644 --- a/eclass/base.eclass +++ b/eclass/base.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/base.eclass,v 1.49 2010/02/02 10:20:25 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/base.eclass,v 1.50 2010/04/12 15:33:03 scarabeus Exp $ # @ECLASS: base.eclass # @MAINTAINER: @@ -87,6 +87,7 @@ base_src_prepare() { # variable and restore later oldval=${EPATCH_SOURCE} EPATCH_SOURCE=${x} + EPATCH_FORCE=yes epatch EPATCH_SOURCE=${oldval} elif [[ -f "${x}" ]]; then |