summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-arch/unshield/unshield-0.2.ebuild')
-rw-r--r--app-arch/unshield/unshield-0.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-arch/unshield/unshield-0.2.ebuild b/app-arch/unshield/unshield-0.2.ebuild
index e4cacbc13b76..8946212df899 100644
--- a/app-arch/unshield/unshield-0.2.ebuild
+++ b/app-arch/unshield/unshield-0.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/unshield/unshield-0.2.ebuild,v 1.3 2004/01/16 11:00:32 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/unshield/unshield-0.2.ebuild,v 1.4 2004/04/26 15:30:48 agriffis Exp $
DESCRIPTION="InstallShield CAB file extractor."
HOMEPAGE="http://sourceforge.net/projects/synce/"
@@ -14,7 +14,7 @@ IUSE=""
DEPEND=">=sys-libs/zlib-1.1.4"
src_compile() {
- econf
+ econf || die "econf failed"
emake || die
}