diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-22 14:36:12 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-22 14:36:12 +0000 |
commit | c472f61101be8ff0407d4c9eaa6abd58baf3e4a5 (patch) | |
tree | 649fa97ddac4b83b1cbc345adf0f7d7f0b628a47 /x11-plugins | |
parent | quoting (diff) | |
download | gentoo-2-c472f61101be8ff0407d4c9eaa6abd58baf3e4a5.tar.gz gentoo-2-c472f61101be8ff0407d4c9eaa6abd58baf3e4a5.tar.bz2 gentoo-2-c472f61101be8ff0407d4c9eaa6abd58baf3e4a5.zip |
quoting
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild b/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild index bd7b9df390f3..e3011cbe45c3 100644 --- a/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild +++ b/x11-plugins/wmsvencd/wmsvencd-0.5.0.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/wmsvencd/wmsvencd-0.5.0.ebuild,v 1.7 2006/10/25 10:54:59 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild,v 1.8 2010/07/22 14:36:12 ssuominen Exp $ inherit eutils @@ -20,8 +20,8 @@ KEYWORDS="x86 ~ppc" src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/wmsvencd-compile.patch + cd "${S}" + epatch "${FILESDIR}"/wmsvencd-compile.patch } src_compile() { @@ -37,5 +37,5 @@ src_install() { dodoc README insinto /usr/share/applications - doins ${FILESDIR}/${PN}.desktop + doins "${FILESDIR}"/${PN}.desktop } |