summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-01-03 22:25:16 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-01-03 22:25:16 +0000
commitbd28781db578649345c673d09b46ff5f9213675a (patch)
tree09ddbb4974da461ac0ec79a971c950ce82420310 /dev-libs/dvutil
parentwhitespace (diff)
downloadgentoo-2-bd28781db578649345c673d09b46ff5f9213675a.tar.gz
gentoo-2-bd28781db578649345c673d09b46ff5f9213675a.tar.bz2
gentoo-2-bd28781db578649345c673d09b46ff5f9213675a.zip
quoting
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-libs/dvutil')
-rw-r--r--dev-libs/dvutil/dvutil-0.13.15-r2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/dvutil/dvutil-0.13.15-r2.ebuild b/dev-libs/dvutil/dvutil-0.13.15-r2.ebuild
index f270ec1a42fc..c742903df743 100644
--- a/dev-libs/dvutil/dvutil-0.13.15-r2.ebuild
+++ b/dev-libs/dvutil/dvutil-0.13.15-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvutil/dvutil-0.13.15-r2.ebuild,v 1.4 2005/08/13 23:12:04 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvutil/dvutil-0.13.15-r2.ebuild,v 1.5 2008/01/03 22:25:16 mr_bones_ Exp $
inherit eutils
@@ -15,8 +15,8 @@ IUSE="doc"
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}-fix-underquoted-m4.diff
+ cd "${S}"
+ epatch "${FILESDIR}"/${P}-fix-underquoted-m4.diff
sed -i 's|^\(SUBDIRS =.*\)doc\(.*\)$|\1\2|' Makefile.in || \
die "sed Makefile.in failed"