summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2008-06-29 13:56:56 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2008-06-29 13:56:56 +0000
commit9b20f53e6e66cedd566935aec8de3d692b76fd89 (patch)
tree9c828e12a870b44a76313cb6b35e276c46337a0e /x11-plugins/wmmon
parentebuild.minorsyns. (diff)
downloadhistorical-9b20f53e6e66cedd566935aec8de3d692b76fd89.tar.gz
historical-9b20f53e6e66cedd566935aec8de3d692b76fd89.tar.bz2
historical-9b20f53e6e66cedd566935aec8de3d692b76fd89.zip
quoting
Package-Manager: portage-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
}