From 42520827f1b4912c11cf5f94b3bf531cbad0ae54 Mon Sep 17 00:00:00 2001 From: Alin Năstac Date: Mon, 14 Jul 2008 18:55:35 +0000 Subject: Die if dobin fail. (Portage version: 2.1.4.4) --- app-mobilephone/galicesms/ChangeLog | 5 ++++- app-mobilephone/galicesms/galicesms-1.62.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'app-mobilephone/galicesms') diff --git a/app-mobilephone/galicesms/ChangeLog b/app-mobilephone/galicesms/ChangeLog index e61908ae0d2c..f2ed6c6c5cfd 100644 --- a/app-mobilephone/galicesms/ChangeLog +++ b/app-mobilephone/galicesms/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-mobilephone/galicesms # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/galicesms/ChangeLog,v 1.8 2008/07/12 15:17:43 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/galicesms/ChangeLog,v 1.9 2008/07/14 18:55:35 mrness Exp $ + + 14 Jul 2008; Alin Năstac galicesms-1.62.ebuild: + Die if dobin fail. *galicesms-1.62 (12 Jul 2008) 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" } -- cgit v1.2.3-65-gdbad