diff options
author | 2008-06-03 15:03:24 +0000 | |
---|---|---|
committer | 2008-06-03 15:03:24 +0000 | |
commit | 0584c7049f841b616996ba134b85a0ec1d87c804 (patch) | |
tree | 5742f3d4d5adceed79d1621a041cdcd48602dafb /media-tv | |
parent | Add index option to init script, bug 204418 (diff) | |
download | historical-0584c7049f841b616996ba134b85a0ec1d87c804.tar.gz historical-0584c7049f841b616996ba134b85a0ec1d87c804.tar.bz2 historical-0584c7049f841b616996ba134b85a0ec1d87c804.zip |
${ROOT} respect
Package-Manager: portage-2.1.5.3
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/mythtv/mythtv-0.21_p17435.ebuild | 4 |
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" |