summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-07-22 14:33:25 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-07-22 14:33:25 +0000
commit8b2ff56bc9822845961f7d8d107424cde916029d (patch)
tree05e1953e3f82cb80d8ac32e65501518c107a776e /x11-plugins
parentquoting (diff)
downloadgentoo-2-8b2ff56bc9822845961f7d8d107424cde916029d.tar.gz
gentoo-2-8b2ff56bc9822845961f7d8d107424cde916029d.tar.bz2
gentoo-2-8b2ff56bc9822845961f7d8d107424cde916029d.zip
quoting
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild b/x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild
index c8f2b6f03822..e0326042196a 100644
--- a/x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild
+++ b/x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.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/wmmon+smp/wmmon+smp-1.0-r1.ebuild,v 1.11 2007/07/22 04:49:01 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild,v 1.12 2010/07/22 14:33:25 ssuominen Exp $
IUSE=""
@@ -21,13 +21,13 @@ DEPEND="${RDEPEND}
x11-proto/xextproto"
src_compile() {
- cd ${S2}
+ cd "${S2}"
emake || die
}
src_install () {
exeinto /usr/bin
- cp ${S2}/wmmon ${S2}/wmmon+smp
- doexe ${S2}/wmmon+smp
- dodoc ${S}/README ${S}/COPYING ${S}/INSTALL
+ cp "${S2}"/wmmon "${S2}"/wmmon+smp
+ doexe "${S2}"/wmmon+smp
+ dodoc "${S}"/README
}