diff options
author | Marinus Schraal <foser@gentoo.org> | 2002-11-08 13:33:58 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2002-11-08 13:33:58 +0000 |
commit | f52c72e3470b2ffcec28eb55f752e620cd90faa0 (patch) | |
tree | 3d3ef2ca86d1e38bfecaaf516e5f3b9652b2b2d2 /app-editors | |
parent | Initial import (diff) | |
download | gentoo-2-f52c72e3470b2ffcec28eb55f752e620cd90faa0.tar.gz gentoo-2-f52c72e3470b2ffcec28eb55f752e620cd90faa0.tar.bz2 gentoo-2-f52c72e3470b2ffcec28eb55f752e620cd90faa0.zip |
Fixed FHS issue
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/ghex/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/ghex/ghex-1.2.1.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-editors/ghex/ChangeLog b/app-editors/ghex/ChangeLog index e11928d7091f..71c9b2a31618 100644 --- a/app-editors/ghex/ChangeLog +++ b/app-editors/ghex/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for app-editors/ghex # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.2 2002/08/06 16:37:35 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.3 2002/11/08 13:33:58 foser Exp $ *ghex-1.2.1 (1 Feb 2002) + 08 Nov 2002; foser <foser@gentoo.org> ghex-1.2.1.ebuild : + Fixed FHS issue (bug #10413) + 06 Aug 2002; Mark Guertin <gerk@gentoo.org> : Added ppc to keywords diff --git a/app-editors/ghex/ghex-1.2.1.ebuild b/app-editors/ghex/ghex-1.2.1.ebuild index fd581764f416..210160d35981 100644 --- a/app-editors/ghex/ghex-1.2.1.ebuild +++ b/app-editors/ghex/ghex-1.2.1.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/app-editors/ghex/ghex-1.2.1.ebuild,v 1.8 2002/10/05 05:39:06 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-1.2.1.ebuild,v 1.9 2002/11/08 13:33:58 foser Exp $ IUSE="nls" @@ -36,7 +36,7 @@ src_compile() { --infodir=/usr/share/info \ --mandir=/usr/share/man \ ${myconf} || die "Configuration Failed" - + emake || die } @@ -45,6 +45,7 @@ src_install () { mandir=${D}/usr/share/man \ infodir=${D}/usr/share/info \ GNOME_DATA_DIR=${D}/usr/share \ + localstatedir=${D}/var \ install || die "Installation Failed" dodoc ABOUT-NLS AUTHORS COPYING COPYING-DOCS ChangeLog INSTALL \ |