summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/mythtv-themes/mythtv-themes-0.21_p16505.ebuild')
-rw-r--r--x11-themes/mythtv-themes/mythtv-themes-0.21_p16505.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/mythtv-themes/mythtv-themes-0.21_p16505.ebuild b/x11-themes/mythtv-themes/mythtv-themes-0.21_p16505.ebuild
index 3825bbc134be..d1d4b2da1947 100644
--- a/x11-themes/mythtv-themes/mythtv-themes-0.21_p16505.ebuild
+++ b/x11-themes/mythtv-themes/mythtv-themes-0.21_p16505.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/x11-themes/mythtv-themes/mythtv-themes-0.21_p16505.ebuild,v 1.4 2008/12/12 19:34:50 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/mythtv-themes/mythtv-themes-0.21_p16505.ebuild,v 1.5 2008/12/15 20:01:35 angelos Exp $
EAPI=1
inherit qt3 mythtv
@@ -14,7 +14,7 @@ DEPEND=">=x11-libs/qt-3.3:3
=media-tv/mythtv-${MY_PV}*"
src_compile() {
- ./configure --prefix="${ROOT}"/usr || die "configure died"
+ ./configure --prefix=/usr || die "configure died"
eqmake3 myththemes.pro -o "Makefile" || die "eqmake3 failed"
}