From fd4f47dc7c29749df20857e04e5919ec33f821e5 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Thu, 28 Jun 2007 19:19:21 +0000 Subject: break out functionality from src_unpack --- eclass/mythtv-plugins.eclass | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'eclass') 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 # @@ -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 -- cgit v1.2.3-65-gdbad