summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2008-07-14 18:55:35 +0000
committerAlin Năstac <mrness@gentoo.org>2008-07-14 18:55:35 +0000
commit42520827f1b4912c11cf5f94b3bf531cbad0ae54 (patch)
treedb6e917471c3bf32cb01351cdbf6d5c716591aa8 /app-mobilephone/galicesms/galicesms-1.62.ebuild
parentStable on alpha, bug #230692 (diff)
downloadgentoo-2-42520827f1b4912c11cf5f94b3bf531cbad0ae54.tar.gz
gentoo-2-42520827f1b4912c11cf5f94b3bf531cbad0ae54.tar.bz2
gentoo-2-42520827f1b4912c11cf5f94b3bf531cbad0ae54.zip
Die if dobin fail.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-mobilephone/galicesms/galicesms-1.62.ebuild')
-rw-r--r--app-mobilephone/galicesms/galicesms-1.62.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-mobilephone/galicesms/galicesms-1.62.ebuild b/app-mobilephone/galicesms/galicesms-1.62.ebuild
index c613be0c684d..ff0186f8e836 100644
--- a/app-mobilephone/galicesms/galicesms-1.62.ebuild
+++ b/app-mobilephone/galicesms/galicesms-1.62.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/app-mobilephone/galicesms/galicesms-1.62.ebuild,v 1.1 2008/07/12 15:17:43 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/galicesms/galicesms-1.62.ebuild,v 1.2 2008/07/14 18:55:35 mrness Exp $
DESCRIPTION="GTK2 GUI interface for sending SMS messages via Rosso Alice (Italian ADSL service)"
HOMEPAGE="http://www.marzocca.net/linux/galicesms.html"
@@ -18,5 +18,5 @@ RDEPEND="dev-perl/gtk2-perl
S="${WORKDIR}"
src_install() {
- dobin "${PN}"
+ dobin "${PN}" || die "dobin failed"
}