diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-01-04 18:37:02 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-01-04 18:37:02 +0000 |
commit | 905104477894dc17ff4df7f9d24c59ed70b27694 (patch) | |
tree | 96c4672d87fb60a0835a130d60079ebd85dca52d /x11-plugins/wmmon/wmmon-1.0_beta2-r1.ebuild | |
parent | Various epatch sed and cosmetic changes (diff) | |
download | gentoo-2-905104477894dc17ff4df7f9d24c59ed70b27694.tar.gz gentoo-2-905104477894dc17ff4df7f9d24c59ed70b27694.tar.bz2 gentoo-2-905104477894dc17ff4df7f9d24c59ed70b27694.zip |
Various epatch sed and cosmetic changes
Diffstat (limited to 'x11-plugins/wmmon/wmmon-1.0_beta2-r1.ebuild')
-rw-r--r-- | x11-plugins/wmmon/wmmon-1.0_beta2-r1.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11-plugins/wmmon/wmmon-1.0_beta2-r1.ebuild b/x11-plugins/wmmon/wmmon-1.0_beta2-r1.ebuild index 604030e3d4c7..d72cd545c528 100644 --- a/x11-plugins/wmmon/wmmon-1.0_beta2-r1.ebuild +++ b/x11-plugins/wmmon/wmmon-1.0_beta2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon/wmmon-1.0_beta2-r1.ebuild,v 1.8 2003/12/06 16:00:06 port001 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon/wmmon-1.0_beta2-r1.ebuild,v 1.9 2004/01/04 18:36:48 aliz Exp $ S="${WORKDIR}/wmmon.app" DESCRIPTION="Dockable system resources monitor applette for WindowMaker" @@ -15,10 +15,8 @@ LICENSE="GPL-2" KEYWORDS="x86 sparc amd64" src_unpack() { - unpack "${A}" - cd "${S}/wmmon" - mv Makefile Makefile.orig - sed -e "s|-O2|${CFLAGS}|" Makefile.orig > Makefile + unpack ${A} ; cd ${S}/wmmon + sed -i -e "s|-O2|${CFLAGS}|" Makefile } src_compile() { |