diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2012-06-23 22:26:31 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2012-06-23 22:26:31 +0000 |
commit | e6e98f8197eab4358a945397589eee8d011788e5 (patch) | |
tree | f712b63d691a6b42190046f64fe6b712608758c3 /media-tv | |
parent | Version bump (diff) | |
download | gentoo-2-e6e98f8197eab4358a945397589eee8d011788e5.tar.gz gentoo-2-e6e98f8197eab4358a945397589eee8d011788e5.tar.bz2 gentoo-2-e6e98f8197eab4358a945397589eee8d011788e5.zip |
Approach the sandbox violation / ${ED}/${ED} install issue from another angle.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/mythtv/ChangeLog | 12 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.25.1.ebuild | 4 |
2 files changed, 10 insertions, 6 deletions
diff --git a/media-tv/mythtv/ChangeLog b/media-tv/mythtv/ChangeLog index f75fdb640aec..bb4f62ac89d1 100644 --- a/media-tv/mythtv/ChangeLog +++ b/media-tv/mythtv/ChangeLog @@ -1,11 +1,15 @@ # ChangeLog for media-tv/mythtv # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.348 2012/06/23 03:19:18 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.349 2012/06/23 22:26:31 cardoe Exp $ + + 23 Jun 2012; Doug Goldstein <cardoe@gentoo.org> mythtv-0.25.1.ebuild: + Approach the sandbox violation / ${ED}/${ED} install issue from another + angle. 22 Jun 2012; Doug Goldstein <cardoe@gentoo.org> mythtv-0.25.1.ebuild: - Fix einstall call to not install into /. Remove installation of html docs - since they're missing too. Thanks to Myk Taylor <myk002@yahoo.com> for help - debugging this ebuild. + Fix einstall call to not install into ${ED}/${ED}. Remove installation of + html docs since they're missing too. Thanks to Myk Taylor <myk002@yahoo.com> + for help debugging this ebuild. 22 Jun 2012; Doug Goldstein <cardoe@gentoo.org> mythtv-0.25.1.ebuild: Fix issue where docs are no longer present. diff --git a/media-tv/mythtv/mythtv-0.25.1.ebuild b/media-tv/mythtv/mythtv-0.25.1.ebuild index 4142ea5ece7b..54d5eff5ea53 100644 --- a/media-tv/mythtv/mythtv-0.25.1.ebuild +++ b/media-tv/mythtv/mythtv-0.25.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild,v 1.7 2012/06/23 03:19:18 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild,v 1.8 2012/06/23 22:26:31 cardoe Exp $ EAPI=4 @@ -188,7 +188,7 @@ src_compile() { } src_install() { - einstall || die "install failed" + emake INSTALL_ROOT="${D}" install || die "install failed" dodoc AUTHORS FAQ UPGRADING README insinto /usr/share/mythtv/database |