diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-10-02 22:13:26 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-10-02 22:13:26 +0000 |
commit | d6da9fc34d4ffd88e0e6b37ed3a3809e91b8e270 (patch) | |
tree | b7fb1760cb2360b49b141cc0f306820711d31d37 /sys-apps | |
parent | Version bump to 2.x (diff) | |
download | gentoo-2-d6da9fc34d4ffd88e0e6b37ed3a3809e91b8e270.tar.gz gentoo-2-d6da9fc34d4ffd88e0e6b37ed3a3809e91b8e270.tar.bz2 gentoo-2-d6da9fc34d4ffd88e0e6b37ed3a3809e91b8e270.zip |
Fix doc installation.
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/man-db/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/man-db/man-db-2.5.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/man-db/ChangeLog b/sys-apps/man-db/ChangeLog index c3e945f8681d..d1a1fc59cc0b 100644 --- a/sys-apps/man-db/ChangeLog +++ b/sys-apps/man-db/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/man-db # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v 1.9 2009/10/02 21:50:28 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v 1.10 2009/10/02 22:13:26 flameeyes Exp $ + + 02 Oct 2009; Diego E. Pettenò <flameeyes@gentoo.org> man-db-2.5.6.ebuild: + Fix doc installation. *man-db-2.5.6 (02 Oct 2009) diff --git a/sys-apps/man-db/man-db-2.5.6.ebuild b/sys-apps/man-db/man-db-2.5.6.ebuild index caacc70ed6ff..0af98f16b520 100644 --- a/sys-apps/man-db/man-db-2.5.6.ebuild +++ b/sys-apps/man-db/man-db-2.5.6.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/sys-apps/man-db/man-db-2.5.6.ebuild,v 1.1 2009/10/02 21:50:28 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.5.6.ebuild,v 1.2 2009/10/02 22:13:26 flameeyes Exp $ EAPI=2 @@ -47,5 +47,5 @@ src_configure() { src_install() { emake install DESTDIR="${D}" || die - dodoc README docs/{ChangeLog,HACKING,NEWS,TODO} + dodoc README ChangeLog NEWS docs/{HACKING,TODO} || die } |