diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 14:59:56 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 14:59:56 +0000 |
commit | 3a8a8794e5689d20d50b7e1e54464fa809846307 (patch) | |
tree | a44e639de7335507360a9877994f0262c826f4af /x11-plugins/wmmsg/wmmsg-1.0.ebuild | |
parent | Add die following econf for bug 48950 (Manifest recommit) (diff) | |
download | gentoo-2-3a8a8794e5689d20d50b7e1e54464fa809846307.tar.gz gentoo-2-3a8a8794e5689d20d50b7e1e54464fa809846307.tar.bz2 gentoo-2-3a8a8794e5689d20d50b7e1e54464fa809846307.zip |
Add die following econf for bug 48950
Diffstat (limited to 'x11-plugins/wmmsg/wmmsg-1.0.ebuild')
-rw-r--r-- | x11-plugins/wmmsg/wmmsg-1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-plugins/wmmsg/wmmsg-1.0.ebuild b/x11-plugins/wmmsg/wmmsg-1.0.ebuild index 9cad75afe04e..60ffd9f8b7fc 100644 --- a/x11-plugins/wmmsg/wmmsg-1.0.ebuild +++ b/x11-plugins/wmmsg/wmmsg-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/wmmsg-1.0.ebuild,v 1.3 2003/10/16 16:10:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/wmmsg-1.0.ebuild,v 1.4 2004/04/26 14:59:56 agriffis Exp $ DESCRIPTION="wmmsg is a dockapp that informs you of new events, such as incoming chat messages, by displaying related icons and arrival times" HOMEPAGE="http://taxiway.swapspace.net/~matt/wmmsg/" @@ -15,7 +15,7 @@ DEPEND="virtual/x11 S=${WORKDIR}/${PN} src_compile() { - econf + econf || die "econf failed" emake || die } |