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 | fd4f47dc7c29749df20857e04e5919ec33f821e5 (patch) | |
tree | 0137cbbcd88dbcf6b71fa02afc4ef02b0a255db5 /eclass | |
parent | new version of mythweb trunk. fixes bug #175510. (diff) | |
download | historical-fd4f47dc7c29749df20857e04e5919ec33f821e5.tar.gz historical-fd4f47dc7c29749df20857e04e5919ec33f821e5.tar.bz2 historical-fd4f47dc7c29749df20857e04e5919ec33f821e5.zip |
break out functionality from src_unpack
Diffstat (limited to '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 |