diff options
-rw-r--r-- | eclass/mythtv.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mythtv.eclass b/eclass/mythtv.eclass index 86f7d2088280..8fc7e1e24509 100644 --- a/eclass/mythtv.eclass +++ b/eclass/mythtv.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.eclass,v 1.15 2009/07/19 04:12:59 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv.eclass,v 1.16 2009/08/04 20:55:02 gentoofan23 Exp $ # # @ECLASS: mythtv.eclass # @AUTHOR: Doug Goldstein <cardoe@gentoo.org> @@ -41,4 +41,4 @@ esac HOMEPAGE="http://www.mythtv.org" LICENSE="GPL-2" SRC_URI="http://svn.mythtv.org/trac/changeset/${MYTHTV_REV}/${MYTHTV_REPO}?old_path=%2F&format=zip -> ${MY_PN}-${PV}.zip" -S="${WORKDIR}/${MYTHTV_REPO}" +[[ ${PN} == mythtv ]] || S="${WORKDIR}/${MYTHTV_REPO}" |