diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-03-11 14:52:45 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-03-11 14:52:45 +0000 |
commit | fbe6c36233e18f67dfaa84a60055f63f5afa78f4 (patch) | |
tree | c97e710248e051656266077f9ade4d39608c48e8 /eclass/mythtv-plugins.eclass | |
parent | stable ppc64, bug 212639 (diff) | |
download | gentoo-2-fbe6c36233e18f67dfaa84a60055f63f5afa78f4.tar.gz gentoo-2-fbe6c36233e18f67dfaa84a60055f63f5afa78f4.tar.bz2 gentoo-2-fbe6c36233e18f67dfaa84a60055f63f5afa78f4.zip |
mythtv-fixes_patch is no longer around
Diffstat (limited to 'eclass/mythtv-plugins.eclass')
-rw-r--r-- | eclass/mythtv-plugins.eclass | 4 |
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" |