diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-11-05 21:05:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-11-05 21:05:38 +0000 |
commit | 334a5eacd86081916712eef48c114806ddb270b3 (patch) | |
tree | fc08038dfa61fe7d99f85804df429dcbd06adbce /x11-plugins/ascpu | |
parent | tab fix (diff) | |
download | gentoo-2-334a5eacd86081916712eef48c114806ddb270b3.tar.gz gentoo-2-334a5eacd86081916712eef48c114806ddb270b3.tar.bz2 gentoo-2-334a5eacd86081916712eef48c114806ddb270b3.zip |
add missing } to src_unpack
Diffstat (limited to 'x11-plugins/ascpu')
-rw-r--r-- | x11-plugins/ascpu/ascpu-1.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/ascpu/ascpu-1.9.ebuild b/x11-plugins/ascpu/ascpu-1.9.ebuild index 09942af15661..1a1b352ddacd 100644 --- a/x11-plugins/ascpu/ascpu-1.9.ebuild +++ b/x11-plugins/ascpu/ascpu-1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Dwight Schauer # Distributed under the terms of the GNU General Public License, v2. -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/ascpu/ascpu-1.9.ebuild,v 1.1 2002/11/03 16:17:54 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/ascpu/ascpu-1.9.ebuild,v 1.2 2002/11/05 21:05:38 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="CPU statistics monitor utility for X Windows" @@ -18,7 +18,7 @@ src_unpack() { cd ${S} patch -p0 < ${FILESDIR}/${P}-gentoo.patch - +} src_compile() { econf || die |