summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-23 13:28:37 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-23 13:28:37 +0000
commitc28448e7aa1ddcdc956348369b4429f7832bd479 (patch)
treeca8d5c6b5a1cd125c3626fa4dd6334868f5982a8 /dev-util
parentupdate Changelog to refelct QA additions to ebuild (diff)
downloadhistorical-c28448e7aa1ddcdc956348369b4429f7832bd479.tar.gz
historical-c28448e7aa1ddcdc956348369b4429f7832bd479.tar.bz2
historical-c28448e7aa1ddcdc956348369b4429f7832bd479.zip
repoman'd
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/devhelp/devhelp-0.4-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/devhelp/devhelp-0.4-r1.ebuild b/dev-util/devhelp/devhelp-0.4-r1.ebuild
index d9a1a3c01b21..7a3e9bd6d6a4 100644
--- a/dev-util/devhelp/devhelp-0.4-r1.ebuild
+++ b/dev-util/devhelp/devhelp-0.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-0.4-r1.ebuild,v 1.2 2002/07/23 10:38:07 seemant Exp $
+# Distributed under the terms of the GNU General Public License, v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-0.4-r1.ebuild,v 1.3 2002/07/23 13:28:37 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Developer help browser"
@@ -55,5 +55,5 @@ pkg_postinst() {
GCONF_CONFIG_SOURCE=$SOURCE \
gconftool-1 --makefile-install-rule \
/etc/gconf/schemas/devhelp.schemas \
- || "gconftool-1 execution failed"
+ || die "gconftool-1 execution failed"
}