summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-11-17 16:42:52 +0000
committerMike Frysinger <vapier@gentoo.org>2004-11-17 16:42:52 +0000
commitc89608344abe5e8ce8953a537a05904cc82d40a6 (patch)
treec62135675f7ef997b5d9e6b068530f61c144e359 /app-admin/whowatch
parentUse make install DESTDIR. (diff)
downloadhistorical-c89608344abe5e8ce8953a537a05904cc82d40a6.tar.gz
historical-c89608344abe5e8ce8953a537a05904cc82d40a6.tar.bz2
historical-c89608344abe5e8ce8953a537a05904cc82d40a6.zip
add missing || die
Diffstat (limited to 'app-admin/whowatch')
-rw-r--r--app-admin/whowatch/whowatch-1.5.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/whowatch/whowatch-1.5.2.ebuild b/app-admin/whowatch/whowatch-1.5.2.ebuild
index ba8b6b4945b9..115a25e7a5cc 100644
--- a/app-admin/whowatch/whowatch-1.5.2.ebuild
+++ b/app-admin/whowatch/whowatch-1.5.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/whowatch/whowatch-1.5.2.ebuild,v 1.21 2004/06/24 21:43:00 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/whowatch/whowatch-1.5.2.ebuild,v 1.22 2004/11/17 16:42:52 vapier Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="http://wizard.ae.krakow.pl/~mike/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc sparc amd64"
+KEYWORDS="amd64 ppc sparc x86"
IUSE=""
DEPEND="sys-libs/ncurses"
@@ -27,6 +27,6 @@ src_compile() {
}
src_install() {
- einstall
+ einstall || die
dodoc AUTHORS ChangeLog KEYS NEWS README TODO VERSION
}