diff options
author | Max Kalika <max@gentoo.org> | 2004-02-06 14:46:49 +0000 |
---|---|---|
committer | Max Kalika <max@gentoo.org> | 2004-02-06 14:46:49 +0000 |
commit | a162412127595dac7f3c51e6b3a6be0e711885be (patch) | |
tree | 67d16b2d2311514dbb52658eaf6f6bbb2d02de32 /media-plugins/mythnews | |
parent | changelog. (Manifest recommit) (diff) | |
download | gentoo-2-a162412127595dac7f3c51e6b3a6be0e711885be.tar.gz gentoo-2-a162412127595dac7f3c51e6b3a6be0e711885be.tar.bz2 gentoo-2-a162412127595dac7f3c51e6b3a6be0e711885be.zip |
nit.
Diffstat (limited to 'media-plugins/mythnews')
-rw-r--r-- | media-plugins/mythnews/mythnews-0.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-plugins/mythnews/mythnews-0.14.ebuild b/media-plugins/mythnews/mythnews-0.14.ebuild index 82114aa6f54e..db4bd50c156c 100644 --- a/media-plugins/mythnews/mythnews-0.14.ebuild +++ b/media-plugins/mythnews/mythnews-0.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/mythnews-0.14.ebuild,v 1.1 2004/02/03 13:51:53 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/mythnews-0.14.ebuild,v 1.2 2004/02/06 14:43:27 max Exp $ inherit flag-o-matic @@ -16,7 +16,7 @@ DEPEND=">=sys-apps/sed-4 || ( >=media-tv/mythtv-${PV} >=media-tv/mythfrontend-${PV} )" src_unpack() { - unpack ${A} + unpack ${A} && cd "${S}" for i in `grep -lr "usr/local" "${S}"` ; do sed -e "s:/usr/local:/usr:g" -i "${i}" || die "sed failed" |