diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-22 14:35:19 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-22 14:35:19 +0000 |
commit | 1cef3876efbcb4596f875bad368014201ae8b378 (patch) | |
tree | ee830789b4b7c07c7f73649a9a82de94e72f079d /x11-plugins/wmifs | |
parent | quoting etc. (diff) | |
download | gentoo-2-1cef3876efbcb4596f875bad368014201ae8b378.tar.gz gentoo-2-1cef3876efbcb4596f875bad368014201ae8b378.tar.bz2 gentoo-2-1cef3876efbcb4596f875bad368014201ae8b378.zip |
quoting
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/wmifs')
-rw-r--r-- | x11-plugins/wmifs/wmifs-1.3_beta1-r2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-plugins/wmifs/wmifs-1.3_beta1-r2.ebuild b/x11-plugins/wmifs/wmifs-1.3_beta1-r2.ebuild index 5d3b5e3fe2fa..1583afdbaeb6 100644 --- a/x11-plugins/wmifs/wmifs-1.3_beta1-r2.ebuild +++ b/x11-plugins/wmifs/wmifs-1.3_beta1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 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/wmifs/wmifs-1.3_beta1-r2.ebuild,v 1.8 2007/07/22 05:01:25 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmifs/wmifs-1.3_beta1-r2.ebuild,v 1.9 2010/07/22 14:35:19 ssuominen Exp $ inherit eutils @@ -25,11 +25,11 @@ KEYWORDS="x86 ppc sparc alpha hppa ~mips ia64 amd64" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" # patch to allow for longer interface names # and prettify program output for long names - epatch ${WORKDIR}/${PN}_${MY_PV}-11.diff + epatch "${WORKDIR}"/${PN}_${MY_PV}-11.diff } src_compile() |