diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2006-03-31 18:52:16 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2006-03-31 18:52:16 +0000 |
commit | eaf08727be87a35367795d92f13d3869b71d21bd (patch) | |
tree | 56904f333d8ee4b07827bd72bd06adf2590e98bc /dev-libs/libowfat | |
parent | dev-perl/ExtUtils-F77 stable on ppc. (diff) | |
download | gentoo-2-eaf08727be87a35367795d92f13d3869b71d21bd.tar.gz gentoo-2-eaf08727be87a35367795d92f13d3869b71d21bd.tar.bz2 gentoo-2-eaf08727be87a35367795d92f13d3869b71d21bd.zip |
Fixed man page installation, provided by Christian Heim, see bug 128243.
(Portage version: 2.1_pre7-r3)
Diffstat (limited to 'dev-libs/libowfat')
-rw-r--r-- | dev-libs/libowfat/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libowfat/libowfat-0.24.ebuild | 9 |
2 files changed, 11 insertions, 5 deletions
diff --git a/dev-libs/libowfat/ChangeLog b/dev-libs/libowfat/ChangeLog index db513bb0cf24..8217605b8e62 100644 --- a/dev-libs/libowfat/ChangeLog +++ b/dev-libs/libowfat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libowfat -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libowfat/ChangeLog,v 1.17 2005/12/01 04:16:43 tgall Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libowfat/ChangeLog,v 1.18 2006/03/31 18:52:16 hansmi Exp $ + + 31 Mar 2006; Michael Hanselmann <hansmi@gentoo.org> libowfat-0.24.ebuild: + Fixed man page installation, provided by Christian Heim, see bug 128243. 30 Nov 2005; Tom Gall <tgall@gentoo.org> libowfat-0.24.ebuild: stable on ppc64 diff --git a/dev-libs/libowfat/libowfat-0.24.ebuild b/dev-libs/libowfat/libowfat-0.24.ebuild index 401f6ee9157d..d22c0934c235 100644 --- a/dev-libs/libowfat/libowfat-0.24.ebuild +++ b/dev-libs/libowfat/libowfat-0.24.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libowfat/libowfat-0.24.ebuild,v 1.2 2005/12/01 04:16:43 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libowfat/libowfat-0.24.ebuild,v 1.3 2006/03/31 18:52:16 hansmi Exp $ DESCRIPTION="reimplement libdjb - excellent libraries from Dan Bernstein." SRC_URI="http://dl.fefe.de/${P}.tar.bz2" @@ -33,5 +33,8 @@ src_install () { LIBDIR=${D}/usr/lib \ MAN3DIR=${D}/usr/share/man/man3 \ INCLUDEDIR=${D}/usr/include/libowfat \ - install || die + install || die "make install failed" + + cd "${D}"/usr/share/man + mv man3/buffer.3 man3/owfat-buffer.3 } |