diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-11-05 21:10:17 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-11-05 21:10:17 +0000 |
commit | 7eabd8f124a617978c9fecda6a759873402bbdf9 (patch) | |
tree | b43a7fd4f7648d5b9abeb3440613b6fd0f966702 /x11-plugins/ascpu | |
parent | add missing } to src_unpack (diff) | |
download | gentoo-2-7eabd8f124a617978c9fecda6a759873402bbdf9.tar.gz gentoo-2-7eabd8f124a617978c9fecda6a759873402bbdf9.tar.bz2 gentoo-2-7eabd8f124a617978c9fecda6a759873402bbdf9.zip |
typo fix
Diffstat (limited to 'x11-plugins/ascpu')
-rw-r--r-- | x11-plugins/ascpu/ascpu-1.9.ebuild | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11-plugins/ascpu/ascpu-1.9.ebuild b/x11-plugins/ascpu/ascpu-1.9.ebuild index 1a1b352ddacd..50d4f15ca151 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.2 2002/11/05 21:05:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/ascpu/ascpu-1.9.ebuild,v 1.3 2002/11/05 21:10:17 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="CPU statistics monitor utility for X Windows" @@ -20,12 +20,6 @@ src_unpack() { patch -p0 < ${FILESDIR}/${P}-gentoo.patch } -src_compile() { - econf || die - - emake || die "Make Failed" -} - src_install () { dodir /usr/bin dodir /usr/share/man/man1 |