diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-22 14:36:44 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-22 14:36:44 +0000 |
commit | e86428d97d718b1aac8a4fd574874228238ea708 (patch) | |
tree | f0d7efa257045c4b47371ae0558fc86bb130356f /x11-plugins/yawmppp | |
parent | quoting etc. (diff) | |
download | historical-e86428d97d718b1aac8a4fd574874228238ea708.tar.gz historical-e86428d97d718b1aac8a4fd574874228238ea708.tar.bz2 historical-e86428d97d718b1aac8a4fd574874228238ea708.zip |
quoting
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'x11-plugins/yawmppp')
-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() { |