summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-09-18 16:46:53 +0000
committerTorsten Veller <tove@gentoo.org>2009-09-18 16:46:53 +0000
commitb4d220c3c5026c0699aca1479208696f7a01e2e2 (patch)
tree47b44a29e23c6c4a33860b5c2c2337d1630c504e /x11-libs/gtkdatabox/gtkdatabox-0.9.1.1.ebuild
parentFix typo: s/RDPEND/RDEPEND/ (diff)
downloadgentoo-2-b4d220c3c5026c0699aca1479208696f7a01e2e2.tar.gz
gentoo-2-b4d220c3c5026c0699aca1479208696f7a01e2e2.tar.bz2
gentoo-2-b4d220c3c5026c0699aca1479208696f7a01e2e2.zip
|| "..." -> || die "..."
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/gtkdatabox/gtkdatabox-0.9.1.1.ebuild')
-rw-r--r--x11-libs/gtkdatabox/gtkdatabox-0.9.1.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/gtkdatabox/gtkdatabox-0.9.1.1.ebuild b/x11-libs/gtkdatabox/gtkdatabox-0.9.1.1.ebuild
index 0a619ccb97ab..4548fa12d3da 100644
--- a/x11-libs/gtkdatabox/gtkdatabox-0.9.1.1.ebuild
+++ b/x11-libs/gtkdatabox/gtkdatabox-0.9.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkdatabox/gtkdatabox-0.9.1.1.ebuild,v 1.2 2009/06/27 09:03:44 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkdatabox/gtkdatabox-0.9.1.1.ebuild,v 1.3 2009/09/18 16:46:53 tove Exp $
EAPI="2"
@@ -35,7 +35,7 @@ src_configure() {
src_install() {
emake DESTDIR="${D}" install || die "Installation Failed"
- dodoc AUTHORS ChangeLog README TODO || "dodoc failed"
+ dodoc AUTHORS ChangeLog README TODO || die "dodoc failed"
if use examples; then
emake clean -C examples || die "Cleaning examples failed"