diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-01-07 18:06:39 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-01-07 18:06:39 +0000 |
commit | 58b10b5fe9ad37c5c40ff38869d5ceb0ed60bdc8 (patch) | |
tree | 1f83010f6e5059ffae193409dcb83303edb12b5c /app-editors/joe | |
parent | Sparc stable, Bug #253425. (diff) | |
download | gentoo-2-58b10b5fe9ad37c5c40ff38869d5ceb0ed60bdc8.tar.gz gentoo-2-58b10b5fe9ad37c5c40ff38869d5ceb0ed60bdc8.tar.bz2 gentoo-2-58b10b5fe9ad37c5c40ff38869d5ceb0ed60bdc8.zip |
Small fix for docs, fixes #254007
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'app-editors/joe')
-rw-r--r-- | app-editors/joe/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/joe/joe-3.7.ebuild | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/app-editors/joe/ChangeLog b/app-editors/joe/ChangeLog index fd06f7dce2aa..37bbc0648e1e 100644 --- a/app-editors/joe/ChangeLog +++ b/app-editors/joe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/joe # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/ChangeLog,v 1.62 2009/01/04 22:04:19 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/ChangeLog,v 1.63 2009/01/07 18:06:39 patrick Exp $ + + 07 Jan 2009; Patrick Lauer <patrick@gentoo.org> joe-3.7.ebuild: + Small fix for docs, fixes #254007 *joe-3.7 (04 Jan 2009) diff --git a/app-editors/joe/joe-3.7.ebuild b/app-editors/joe/joe-3.7.ebuild index 97a23d025893..30ca5246e813 100644 --- a/app-editors/joe/joe-3.7.ebuild +++ b/app-editors/joe/joe-3.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.7.ebuild,v 1.1 2009/01/04 22:04:19 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.7.ebuild,v 1.2 2009/01/07 18:06:39 patrick Exp $ inherit flag-o-matic eutils @@ -38,15 +38,13 @@ src_compile() { # Bug 34609 (joe 2.9.8 editor seg-faults on 'find and replace' when compiled with -Os) replace-flags "-Os" "-O2" - econf || die + econf --docdir=/usr/share/doc/${PF} || die emake || die } src_install() { make install DESTDIR="${D}" || die "make install failed" dodoc ChangeLog HACKING HINTS LIST NEWS README TODO - # remove superfluous documentation, fixes bug #116861 - rm -rf "${D}"/etc/joe/doc } pkg_postinst() { |