diff options
Diffstat (limited to 'eclass/mythtv-plugins.eclass')
-rw-r--r-- | eclass/mythtv-plugins.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/mythtv-plugins.eclass b/eclass/mythtv-plugins.eclass index ee227ab57781..20790fe2121e 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.26 2007/08/07 16:24:42 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.27 2007/08/07 19:19:52 cardoe Exp $ # # Author: Doug Goldstein <cardoe@gentoo.org> # @@ -23,11 +23,11 @@ DEPEND="${DEPEND} S="${WORKDIR}/mythplugins-${MY_PV}" # hijacks the plugins checkout to be: -# /usr/portage/distfiles/svn-src//mythplugins/mythvideo/ +# /usr/portage/distfiles/svn-src/mythplugins/mythplugins/mythvideo/ # so that each of the plugins can share the same svn checkout # saving HD space and number of svn checkouts reqired # Great suggestion by Tom Clift <tom@clift.name> -ESVN_PROJECT="" +ESVN_PROJECT="mythplugins" mythtv-plugins_pkg_setup() { # List of available plugins (needs to include ALL of them in the tarball) |