summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2008-03-11 14:52:45 +0000
committerDoug Goldstein <cardoe@gentoo.org>2008-03-11 14:52:45 +0000
commitb55285f90cba8c93e7bddd60f7fad4aff27a7997 (patch)
treeb276dfee479b79d621c0468e871a28306b3977d5 /eclass/mythtv-plugins.eclass
parentstable ppc64, bug 212639 (diff)
downloadhistorical-b55285f90cba8c93e7bddd60f7fad4aff27a7997.tar.gz
historical-b55285f90cba8c93e7bddd60f7fad4aff27a7997.tar.bz2
historical-b55285f90cba8c93e7bddd60f7fad4aff27a7997.zip
mythtv-fixes_patch is no longer around
Diffstat (limited to 'eclass/mythtv-plugins.eclass')
-rw-r--r--eclass/mythtv-plugins.eclass4
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/mythtv-plugins.eclass b/eclass/mythtv-plugins.eclass
index b86e3a3872c7..823f6befec48 100644
--- a/eclass/mythtv-plugins.eclass
+++ b/eclass/mythtv-plugins.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.31 2008/03/06 20:41:55 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.32 2008/03/11 14:52:45 cardoe Exp $
#
# Author: Doug Goldstein <cardoe@gentoo.org>
#
@@ -53,8 +53,6 @@ mythtv-plugins_src_unpack() {
mythtv-plugins_src_unpack_patch() {
cd "${S}"
- mythtv-fixes_patch
-
sed -e 's!PREFIX = /usr/local!PREFIX = /usr!' \
-i 'settings.pro' || die "fixing PREFIX to /usr failed"