summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-10-12 17:40:46 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-10-12 17:40:46 +0000
commit9f3f5041e8a3bbaedb0d84b8da2a2d39fe222d85 (patch)
tree6e13892bb5d6e9ad68060130e29c51e44f1013cf /dev-util/mcvs/mcvs-1.0.13.ebuild
parentFix quoting (diff)
downloadgentoo-2-9f3f5041e8a3bbaedb0d84b8da2a2d39fe222d85.tar.gz
gentoo-2-9f3f5041e8a3bbaedb0d84b8da2a2d39fe222d85.tar.bz2
gentoo-2-9f3f5041e8a3bbaedb0d84b8da2a2d39fe222d85.zip
Fix quoting
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/mcvs/mcvs-1.0.13.ebuild')
-rw-r--r--dev-util/mcvs/mcvs-1.0.13.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/mcvs/mcvs-1.0.13.ebuild b/dev-util/mcvs/mcvs-1.0.13.ebuild
index 584ad61d7a4e..d61095b0da63 100644
--- a/dev-util/mcvs/mcvs-1.0.13.ebuild
+++ b/dev-util/mcvs/mcvs-1.0.13.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/mcvs/mcvs-1.0.13.ebuild,v 1.4 2005/05/07 16:15:34 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/mcvs/mcvs-1.0.13.ebuild,v 1.5 2009/10/12 17:40:46 ssuominen Exp $
inherit common-lisp-common eutils
@@ -23,12 +23,12 @@ DEPEND=">=dev-lisp/clisp-2.32
src_unpack() {
unpack ${A}
epatch mcvs_${PV}-${DEB_PV}.diff
- epatch ${FILESDIR}/${PV}-gentoo.patch
+ epatch "${FILESDIR}"/${PV}-gentoo.patch
}
src_install() {
doman debian/mcvs.1
dodoc ChangeLog QUICK-GUIDE RELEASE-NOTES TODO UPGRADE-EXISTING
do-debian-credits
- cd code && ./install.sh /usr ${D}
+ cd code && ./install.sh /usr "${D}"
}