diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-09-14 20:33:11 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-09-14 20:33:11 +0000 |
commit | 90822d701779ac1c2093944f90d613069ba0b870 (patch) | |
tree | dc568f3492f0f9d8571d5f87a8daa53c1e58faf7 /eclass | |
parent | Stable on sparc wrt #147557 (diff) | |
download | gentoo-2-90822d701779ac1c2093944f90d613069ba0b870.tar.gz gentoo-2-90822d701779ac1c2093944f90d613069ba0b870.tar.bz2 gentoo-2-90822d701779ac1c2093944f90d613069ba0b870.zip |
WTF was I thinking.. switched to epatch
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mythtv-plugins.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mythtv-plugins.eclass b/eclass/mythtv-plugins.eclass index 3bf1ca703af6..39993a9f2cea 100644 --- a/eclass/mythtv-plugins.eclass +++ b/eclass/mythtv-plugins.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.15 2006/09/14 07:10:35 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.16 2006/09/14 20:33:11 cardoe Exp $ # # Author: Doug Goldstein <cardoe@gentoo.org> # @@ -69,7 +69,7 @@ mythtv-plugins_src_unpack() { {} \; if [ -n "$PATCHREV" ]; then - patch -p0 < ${WORKDIR}/mythplugins-${MY_PV}_svn${PATCHREV}.patch + epatch ${WORKDIR}/mythplugins-${MY_PV}_svn${PATCHREV}.patch fi } |