diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-22 14:35:43 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-22 14:35:43 +0000 |
commit | cc78f399e4758b947f9e72762cb11ce9672b56c7 (patch) | |
tree | f524c08dde4d0a8739b1a46cea27c1c2853a2d02 /x11-plugins | |
parent | quoting (diff) | |
download | gentoo-2-cc78f399e4758b947f9e72762cb11ce9672b56c7.tar.gz gentoo-2-cc78f399e4758b947f9e72762cb11ce9672b56c7.tar.bz2 gentoo-2-cc78f399e4758b947f9e72762cb11ce9672b56c7.zip |
quoting
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/yawmppp/yawmppp-2.0.2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-plugins/yawmppp/yawmppp-2.0.2.ebuild b/x11-plugins/yawmppp/yawmppp-2.0.2.ebuild index 7cea5f7a4fb6..bca06b05397b 100644 --- a/x11-plugins/yawmppp/yawmppp-2.0.2.ebuild +++ b/x11-plugins/yawmppp/yawmppp-2.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/yawmppp/yawmppp-2.0.2.ebuild,v 1.6 2006/01/24 23:31:59 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/yawmppp/yawmppp-2.0.2.ebuild,v 1.7 2010/07/22 14:35:43 ssuominen Exp $ inherit eutils @@ -17,10 +17,10 @@ DEPEND=">=net-dialup/ppp-2.3.11 src_unpack() { unpack ${A} - cd ${S}/src/dockapp + cd "${S}"/src/dockapp #Fix bug #95959 - epatch ${FILESDIR}/${P}-Makefile.in.patch + epatch "${FILESDIR}"/${P}-Makefile.in.patch } src_compile() { |