summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kalika <max@gentoo.org>2004-02-06 14:46:49 +0000
committerMax Kalika <max@gentoo.org>2004-02-06 14:46:49 +0000
commit586d3d8606a9cc6e84d8fa769cadf3ce6e481dd5 (patch)
tree854040a0653346ee8b10d4da9718d7170ae93e0b /media-plugins/mythnews
parentchangelog. (diff)
downloadhistorical-586d3d8606a9cc6e84d8fa769cadf3ce6e481dd5.tar.gz
historical-586d3d8606a9cc6e84d8fa769cadf3ce6e481dd5.tar.bz2
historical-586d3d8606a9cc6e84d8fa769cadf3ce6e481dd5.zip
nit.
Diffstat (limited to 'media-plugins/mythnews')
-rw-r--r--media-plugins/mythnews/mythnews-0.14.ebuild4
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"