summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Gardner <je_fro@gentoo.org>2008-01-31 06:35:44 +0000
committerJeffrey Gardner <je_fro@gentoo.org>2008-01-31 06:35:44 +0000
commita673cc2e5df8677eb7c8445b4bd64733fbdb73c5 (patch)
tree5680cee6cad01febd71c05956d4e62c88b17dd1a /x11-drivers
parentClean up. (diff)
downloadgentoo-2-a673cc2e5df8677eb7c8445b4bd64733fbdb73c5.tar.gz
gentoo-2-a673cc2e5df8677eb7c8445b4bd64733fbdb73c5.tar.bz2
gentoo-2-a673cc2e5df8677eb7c8445b4bd64733fbdb73c5.zip
Fix quoting error while moving xf86-video-ivtvdev to xf86-video-ivtv.
(Portage version: 2.1.4)
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-ivtv/xf86-video-ivtv-0.10.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-0.10.6.ebuild b/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-0.10.6.ebuild
index 2cabb99fda32..cfe10ad824d3 100644
--- a/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-0.10.6.ebuild
+++ b/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-0.10.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-0.10.6.ebuild,v 1.1 2008/01/31 06:24:51 je_fro Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ivtv/xf86-video-ivtv-0.10.6.ebuild,v 1.2 2008/01/31 06:35:44 je_fro Exp $
inherit eutils x-modular
@@ -28,7 +28,7 @@ DEPEND="x11-proto/xextproto
src_unpack() {
unpack ${A}
epatch ${DISTDIR}/${PF}.patch.tar.bz2
- cd ${S}
+ cd "${S}"
sed -i -e "/DependTarget/a USRLIBDIR=\/usr\/$(get_libdir)\/xorg" Imakefile
}