diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-01-14 18:34:31 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-01-14 18:34:31 +0000 |
commit | 9ed9dd7bac94bb77a19c8a91f68d2b6f804db258 (patch) | |
tree | 742151d76bf029bfcab2fc8ff19deda3c58b2020 /x11-plugins/wmping | |
parent | initial commit (diff) | |
download | gentoo-2-9ed9dd7bac94bb77a19c8a91f68d2b6f804db258.tar.gz gentoo-2-9ed9dd7bac94bb77a19c8a91f68d2b6f804db258.tar.bz2 gentoo-2-9ed9dd7bac94bb77a19c8a91f68d2b6f804db258.zip |
cosmetics, fix die message.
(Portage version: 2.1.4)
Diffstat (limited to 'x11-plugins/wmping')
-rw-r--r-- | x11-plugins/wmping/wmping-0.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/wmping/wmping-0.2.1.ebuild b/x11-plugins/wmping/wmping-0.2.1.ebuild index 72142eb626c1..b0188981625b 100644 --- a/x11-plugins/wmping/wmping-0.2.1.ebuild +++ b/x11-plugins/wmping/wmping-0.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmping/wmping-0.2.1.ebuild,v 1.1 2008/01/14 18:27:42 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmping/wmping-0.2.1.ebuild,v 1.2 2008/01/14 18:34:31 drac Exp $ DESCRIPTION="a simple host status monitoring dockapp." HOMEPAGE="http://sourceforge.net/projects/wmping" @@ -22,7 +22,7 @@ DEPEND="${RDEPEND} src_install() { if use suid; then - emake DESTDIR="${D}" install || die "emake failed." + emake DESTDIR="${D}" install || die "emake install failed." else dosbin ${PN} fi |