summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-01 12:37:21 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-01 12:37:21 +0000
commitb40e481a008f003b5d5158dc89a3168256dc3d9f (patch)
treea1850f0a9ce120768c2a4fcec60fc51dc74e9d80 /media-video/cpvts/cpvts-1.2.ebuild
parentAdd patch to build with latest dvdread (bug #128327) and replace Makefile wit... (diff)
downloadhistorical-b40e481a008f003b5d5158dc89a3168256dc3d9f.tar.gz
historical-b40e481a008f003b5d5158dc89a3168256dc3d9f.tar.bz2
historical-b40e481a008f003b5d5158dc89a3168256dc3d9f.zip
Adding a || die is not a bad idea.
Package-Manager: portage-2.1_pre7-r3
Diffstat (limited to 'media-video/cpvts/cpvts-1.2.ebuild')
-rw-r--r--media-video/cpvts/cpvts-1.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/cpvts/cpvts-1.2.ebuild b/media-video/cpvts/cpvts-1.2.ebuild
index 0a3728ccc5bc..0845ed8bfe0f 100644
--- a/media-video/cpvts/cpvts-1.2.ebuild
+++ b/media-video/cpvts/cpvts-1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cpvts/cpvts-1.2.ebuild,v 1.4 2006/04/01 11:54:21 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cpvts/cpvts-1.2.ebuild,v 1.5 2006/04/01 12:37:21 flameeyes Exp $
inherit eutils toolchain-funcs
@@ -27,7 +27,7 @@ src_unpack() {
echodo() {
echo "$@"
- "$@"
+ "$@" || die "failed"
}
src_compile () {