summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2007-11-27 12:25:13 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2007-11-27 12:25:13 +0000
commit939529762a276aa3d504aa5581cd50b64d61d385 (patch)
treed320cebeaf129ff90caf2f94d54e2cc181e6cfc3 /media-video/em84xx-modules/em84xx-modules-0.2.1.ebuild
parentStable on x86 and amd64. (diff)
downloadhistorical-939529762a276aa3d504aa5581cd50b64d61d385.tar.gz
historical-939529762a276aa3d504aa5581cd50b64d61d385.tar.bz2
historical-939529762a276aa3d504aa5581cd50b64d61d385.zip
Fixed quoting.
Package-Manager: portage-2.1.4_rc3
Diffstat (limited to 'media-video/em84xx-modules/em84xx-modules-0.2.1.ebuild')
-rw-r--r--media-video/em84xx-modules/em84xx-modules-0.2.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/em84xx-modules/em84xx-modules-0.2.1.ebuild b/media-video/em84xx-modules/em84xx-modules-0.2.1.ebuild
index 025354389504..395b46a105eb 100644
--- a/media-video/em84xx-modules/em84xx-modules-0.2.1.ebuild
+++ b/media-video/em84xx-modules/em84xx-modules-0.2.1.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-video/em84xx-modules/em84xx-modules-0.2.1.ebuild,v 1.2 2007/07/12 02:40:43 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/em84xx-modules/em84xx-modules-0.2.1.ebuild,v 1.3 2007/11/27 12:18:27 zzam Exp $
inherit linux-mod eutils
@@ -33,9 +33,9 @@ pkg_setup() {
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
- epatch ${FILESDIR}/${P}-kernel-2.6.19.diff
+ epatch "${FILESDIR}/${P}-kernel-2.6.19.diff"
}
src_install() {