diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-06-28 19:19:21 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-06-28 19:19:21 +0000 |
commit | 25e6740f8d38722ce761041d7ac1add807209497 (patch) | |
tree | 8b608df6a637ddffce727df9313ceea38d06566a /eclass/mythtv-plugins.eclass | |
parent | new version of mythweb trunk. fixes bug #175510. (diff) | |
download | gentoo-2-25e6740f8d38722ce761041d7ac1add807209497.tar.gz gentoo-2-25e6740f8d38722ce761041d7ac1add807209497.tar.bz2 gentoo-2-25e6740f8d38722ce761041d7ac1add807209497.zip |
break out functionality from src_unpack
Diffstat (limited to 'eclass/mythtv-plugins.eclass')
-rw-r--r-- | eclass/mythtv-plugins.eclass | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/mythtv-plugins.eclass b/eclass/mythtv-plugins.eclass index 6d128bf9b0d6..8f3b7f8cc81f 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.24 2007/06/28 18:40:25 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.25 2007/06/28 19:19:21 cardoe Exp $ # # Author: Doug Goldstein <cardoe@gentoo.org> # @@ -47,6 +47,10 @@ mythtv-plugins_pkg_setup() { mythtv-plugins_src_unpack() { unpack ${A} + mythtv-plugins_src_unpack_patch +} + +mythtv-plugins_src_unpack_patch() { cd "${S}" mythtv-fixes_patch |