summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2008-07-17 14:38:55 +0000
committerDoug Goldstein <cardoe@gentoo.org>2008-07-17 14:38:55 +0000
commit870da317d19568bfd7cfa47713c0229913504a07 (patch)
tree8fab5bc0fc924b2fc9c62bd908e8f6d85fc6e19b /media-tv/ivtv
parentfix the includes for the linux/ivtv.h header (diff)
downloadgentoo-2-870da317d19568bfd7cfa47713c0229913504a07.tar.gz
gentoo-2-870da317d19568bfd7cfa47713c0229913504a07.tar.bz2
gentoo-2-870da317d19568bfd7cfa47713c0229913504a07.zip
fix quoting
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r5 x86_64)
Diffstat (limited to 'media-tv/ivtv')
-rw-r--r--media-tv/ivtv/ivtv-1.1.0-r1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/media-tv/ivtv/ivtv-1.1.0-r1.ebuild b/media-tv/ivtv/ivtv-1.1.0-r1.ebuild
index 84320503d903..21ea20a9ac81 100644
--- a/media-tv/ivtv/ivtv-1.1.0-r1.ebuild
+++ b/media-tv/ivtv/ivtv-1.1.0-r1.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/media-tv/ivtv/ivtv-1.1.0-r1.ebuild,v 1.1 2008/07/03 16:22:24 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-1.1.0-r1.ebuild,v 1.2 2008/07/17 14:38:55 cardoe Exp $
inherit eutils linux-mod
@@ -54,8 +54,7 @@ pkg_setup() {
src_unpack() {
unpack ${A}
-
- cd ${S}
+ cd "${S}"
epatch "${FILESDIR}"/${P}-headers.patch
}