summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-06-29 13:56:56 +0000
committerSamuli Suominen <drac@gentoo.org>2008-06-29 13:56:56 +0000
commit06632ba6ff9cbed8c1716361991fa5b3269eb3a5 (patch)
tree77e72d15fdf7e2dec10955b722e2a0168a1cbfeb /x11-plugins/wmmon
parentquoting (diff)
downloadgentoo-2-06632ba6ff9cbed8c1716361991fa5b3269eb3a5.tar.gz
gentoo-2-06632ba6ff9cbed8c1716361991fa5b3269eb3a5.tar.bz2
gentoo-2-06632ba6ff9cbed8c1716361991fa5b3269eb3a5.zip
quoting
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
Diffstat (limited to 'x11-plugins/wmmon')
-rw-r--r--x11-plugins/wmmon/wmmon-1.0_beta2-r3.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-plugins/wmmon/wmmon-1.0_beta2-r3.ebuild b/x11-plugins/wmmon/wmmon-1.0_beta2-r3.ebuild
index c495e01e48cb..4ac9353aa30e 100644
--- a/x11-plugins/wmmon/wmmon-1.0_beta2-r3.ebuild
+++ b/x11-plugins/wmmon/wmmon-1.0_beta2-r3.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon/wmmon-1.0_beta2-r3.ebuild,v 1.7 2007/07/22 04:50:07 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon/wmmon-1.0_beta2-r3.ebuild,v 1.8 2008/06/29 13:56:56 drac Exp $
inherit eutils
-S="${WORKDIR}/${PN}.app"
+S=${WORKDIR}/${PN}.app
IUSE=""
DESCRIPTION="Dockable system resources monitor applet for WindowMaker"
WMMON_VERSION=1_0b2
@@ -23,8 +23,9 @@ LICENSE="GPL-2"
KEYWORDS="amd64 ~ppc sparc x86"
src_unpack() {
- unpack ${A} ; cd ${S}/${PN}
- epatch ${FILESDIR}/${P}-kernel26-v2.patch
+ unpack ${A}
+ cd "${S}"/${PN}
+ epatch "${FILESDIR}"/${P}-kernel26-v2.patch
sed -i -e "s|-O2|${CFLAGS}|" Makefile
}