summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-04-25 20:36:09 +0000
committerJon Hood <squinky86@gentoo.org>2004-04-25 20:36:09 +0000
commitc4342641cd29fbe262dad8596b4336abfc1ae33b (patch)
treeb31ad90be1baaa7ffdedc6eb539a2c85150cf551 /app-i18n/scim/scim-0.9.2.ebuild
parentadd inherit eutils (diff)
downloadgentoo-2-c4342641cd29fbe262dad8596b4336abfc1ae33b.tar.gz
gentoo-2-c4342641cd29fbe262dad8596b4336abfc1ae33b.tar.bz2
gentoo-2-c4342641cd29fbe262dad8596b4336abfc1ae33b.zip
added "die"
Diffstat (limited to 'app-i18n/scim/scim-0.9.2.ebuild')
-rw-r--r--app-i18n/scim/scim-0.9.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/scim/scim-0.9.2.ebuild b/app-i18n/scim/scim-0.9.2.ebuild
index bf1807df7b8f..da1152c9779d 100644
--- a/app-i18n/scim/scim-0.9.2.ebuild
+++ b/app-i18n/scim/scim-0.9.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-0.9.2.ebuild,v 1.3 2004/04/06 04:00:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-0.9.2.ebuild,v 1.4 2004/04/25 20:31:23 squinky86 Exp $
inherit gnome2 eutils
@@ -47,7 +47,7 @@ src_compile() {
}
src_install() {
- gnome2_src_install || "install failed"
+ gnome2_src_install || die "install failed"
dodoc README AUTHORS ChangeLog docs/developers docs/scim.cfg
dohtml -r docs/html/*
}