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/ivtv/ivtv-0.4.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/ivtv/ivtv-0.4.5.ebuild')
-rw-r--r-- | media-tv/ivtv/ivtv-0.4.5.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/media-tv/ivtv/ivtv-0.4.5.ebuild b/media-tv/ivtv/ivtv-0.4.5.ebuild index ca467862ecaa..9645c07c36bc 100644 --- a/media-tv/ivtv/ivtv-0.4.5.ebuild +++ b/media-tv/ivtv/ivtv-0.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.4.5.ebuild,v 1.9 2007/07/02 15:20:29 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.4.5.ebuild,v 1.10 2007/11/27 10:35:43 zzam Exp $ inherit eutils linux-mod @@ -82,19 +82,19 @@ src_unpack() { unpack ${FW_VER_ENC} sed -e "s:^VERS26=.*:VERS26=${KV_MAJOR}.${KV_MINOR}:g" \ - -i ${S}/driver/Makefile || die "sed failed" + -i "${S}"/driver/Makefile || die "sed failed" } src_compile() { - cd ${S}/driver + cd "${S}"/driver linux-mod_src_compile || die "failed to build driver " - cd ${S}/utils + cd "${S}"/utils emake || die "failed to build utils " } src_install() { - cd ${S}/utils + cd "${S}"/utils dodir /lib/firmware ./ivtvfwextract.pl "${DISTDIR}"/${FW_VER_DEC} \ "${D}"/lib/firmware/v4l-cx2341x-enc.fw \ @@ -104,12 +104,12 @@ src_install() { insinto /lib/firmware newins "${WORKDIR}"/HcwMakoA.ROM v4l-cx25840.fw - newins ${S}/v4l-cx2341x-init.mpg v4l-cx2341x-init.mpg + newins "${S}"/v4l-cx2341x-init.mpg v4l-cx2341x-init.mpg - cd ${S} + cd "${S}" dodoc README doc/* utils/README.X11 - cd ${S}/driver + cd "${S}"/driver linux-mod_src_install || die "failed to install modules" # Add the aliases |