summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2008-06-03 15:03:24 +0000
committerDoug Goldstein <cardoe@gentoo.org>2008-06-03 15:03:24 +0000
commit6bfe86ec8ac6043bdf21909b31db5c9eb9984880 (patch)
tree2a0d4ccc0fb7213298e84f62abe794d6a996c776 /media-tv/mythtv
parentAdd index option to init script, bug 204418 (diff)
downloadgentoo-2-6bfe86ec8ac6043bdf21909b31db5c9eb9984880.tar.gz
gentoo-2-6bfe86ec8ac6043bdf21909b31db5c9eb9984880.tar.bz2
gentoo-2-6bfe86ec8ac6043bdf21909b31db5c9eb9984880.zip
${ROOT} respect
(Portage version: 2.1.5.3)
Diffstat (limited to 'media-tv/mythtv')
-rw-r--r--media-tv/mythtv/mythtv-0.21_p17435.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-tv/mythtv/mythtv-0.21_p17435.ebuild b/media-tv/mythtv/mythtv-0.21_p17435.ebuild
index 68428326ac02..5b0926c64d42 100644
--- a/media-tv/mythtv/mythtv-0.21_p17435.ebuild
+++ b/media-tv/mythtv/mythtv-0.21_p17435.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_p17435.ebuild,v 1.4 2008/06/03 14:20:56 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_p17435.ebuild,v 1.5 2008/06/03 15:03:24 cardoe Exp $
EAPI=1
inherit flag-o-matic multilib eutils qt3 mythtv toolchain-funcs python confutils
@@ -277,7 +277,7 @@ pkg_postinst() {
ewarn "Your recordings folder must be owned by the user 'mythtv' now"
ewarn "chown -R mythtv /path/to/store"
- if use xvmc && [[ ! -s /etc/X11/XvMCConfig ]]; then
+ if use xvmc && [[ ! -s "${ROOT}/etc/X11/XvMCConfig" ]]; then
ewarn
ewarn "No XvMC implementation has been selected yet"
ewarn "Use 'eselect xvmc list' for a list of available choices"