summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-07-22 14:36:44 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-07-22 14:36:44 +0000
commite86428d97d718b1aac8a4fd574874228238ea708 (patch)
treef0d7efa257045c4b47371ae0558fc86bb130356f /x11-plugins/wmmon+smp
parentquoting etc. (diff)
downloadhistorical-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/wmmon+smp')
-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
}