diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2007-11-27 10:48:02 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2007-11-27 10:48:02 +0000 |
commit | 82f6cd80b5e57604361ab2ff18e4acc535ced30e (patch) | |
tree | 3e356e5ea37286aa0052a87a29d6a76693bdc637 /media-tv/nxtvepg/nxtvepg-2.7.5.ebuild | |
parent | Fixed quoting. (diff) | |
download | historical-82f6cd80b5e57604361ab2ff18e4acc535ced30e.tar.gz historical-82f6cd80b5e57604361ab2ff18e4acc535ced30e.tar.bz2 historical-82f6cd80b5e57604361ab2ff18e4acc535ced30e.zip |
Fixed quoting.
Package-Manager: portage-2.1.4_rc3
Diffstat (limited to 'media-tv/nxtvepg/nxtvepg-2.7.5.ebuild')
-rw-r--r-- | media-tv/nxtvepg/nxtvepg-2.7.5.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media-tv/nxtvepg/nxtvepg-2.7.5.ebuild b/media-tv/nxtvepg/nxtvepg-2.7.5.ebuild index 1c188b04dc96..d5f0213bf925 100644 --- a/media-tv/nxtvepg/nxtvepg-2.7.5.ebuild +++ b/media-tv/nxtvepg/nxtvepg-2.7.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/nxtvepg/nxtvepg-2.7.5.ebuild,v 1.3 2006/11/24 11:51:26 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/nxtvepg/nxtvepg-2.7.5.ebuild,v 1.4 2007/11/27 10:42:59 zzam Exp $ inherit eutils @@ -25,8 +25,8 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/nxtvepg-db.patch + cd "${S}" + epatch "${FILESDIR}"/nxtvepg-db.patch } src_compile() { @@ -34,7 +34,7 @@ src_compile() { } src_install() { - make install ROOT=${D} prefix="/usr" || die "install failed" + make install ROOT="${D}" prefix="/usr" || die "install failed" dodoc README COPYRIGHT CHANGES TODO dohtml manual.html } |