summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-tv/mythtv/ChangeLog7
-rw-r--r--media-tv/mythtv/mythtv-0.25.1.ebuild5
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