diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 13:31:56 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 13:31:56 +0000 |
commit | 4ed5d41945c5b63fc5522dd226f0e0c40212c5fb (patch) | |
tree | 809f88877f9a8cb928f27129a6306257ec045dc5 /dev-util/devhelp | |
parent | repoman'd (diff) | |
download | gentoo-2-4ed5d41945c5b63fc5522dd226f0e0c40212c5fb.tar.gz gentoo-2-4ed5d41945c5b63fc5522dd226f0e0c40212c5fb.tar.bz2 gentoo-2-4ed5d41945c5b63fc5522dd226f0e0c40212c5fb.zip |
repoman'd
Diffstat (limited to 'dev-util/devhelp')
-rw-r--r-- | dev-util/devhelp/devhelp-0.4-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-util/devhelp/devhelp-0.4-r1.ebuild b/dev-util/devhelp/devhelp-0.4-r1.ebuild index 7a3e9bd6d6a4..a5934c6316d9 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 -# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-0.4-r1.ebuild,v 1.3 2002/07/23 13:28:37 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-0.4-r1.ebuild,v 1.4 2002/07/23 13:31:56 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Developer help browser" @@ -55,5 +55,4 @@ pkg_postinst() { GCONF_CONFIG_SOURCE=$SOURCE \ gconftool-1 --makefile-install-rule \ /etc/gconf/schemas/devhelp.schemas \ - || die "gconftool-1 execution failed" } |