diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2012-06-23 03:19:18 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2012-06-23 03:19:18 +0000 |
commit | c13f4d49909a27109f4784302890ae7709c03b15 (patch) | |
tree | 41144c2287ab7162cff4254b74707b997194996a /media-tv | |
parent | Remove old; make sure to use automake 1.11 for rebuilding as it fails with 1.12. (diff) | |
download | gentoo-2-c13f4d49909a27109f4784302890ae7709c03b15.tar.gz gentoo-2-c13f4d49909a27109f4784302890ae7709c03b15.tar.bz2 gentoo-2-c13f4d49909a27109f4784302890ae7709c03b15.zip |
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.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/mythtv/ChangeLog | 7 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.25.1.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-tv/mythtv/ChangeLog b/media-tv/mythtv/ChangeLog index b35225370d6a..f75fdb640aec 100644 --- a/media-tv/mythtv/ChangeLog +++ b/media-tv/mythtv/ChangeLog @@ -1,6 +1,11 @@ # 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.347 2012/06/22 19:26:41 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.348 2012/06/23 03:19:18 cardoe Exp $ + + 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. 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 46cf9b86f20a..4142ea5ece7b 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.6 2012/06/22 19:26:41 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.25.1.ebuild,v 1.7 2012/06/23 03:19:18 cardoe Exp $ EAPI=4 @@ -188,7 +188,7 @@ src_compile() { } src_install() { - einstall INSTALL_ROOT="${ED}" || die "install failed" + einstall || die "install failed" dodoc AUTHORS FAQ UPGRADING README insinto /usr/share/mythtv/database @@ -200,7 +200,6 @@ src_install() { newconfd "${FILESDIR}"/mythbackend.conf mythbackend dodoc keys.txt - dohtml docs/*.html keepdir /etc/mythtv chown -R mythtv "${ED}"/etc/mythtv |