diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-02-06 13:43:12 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-02-06 13:43:12 +0000 |
commit | 3c0bcbf7765e66133d41318f5fc210345b9d6d06 (patch) | |
tree | 8be40c570f0114033d72caff572fcf15e98ee3f0 /sci-libs/cbflib | |
parent | Fix LICENSE (#301969). Maintenance (diff) | |
download | gentoo-2-3c0bcbf7765e66133d41318f5fc210345b9d6d06.tar.gz gentoo-2-3c0bcbf7765e66133d41318f5fc210345b9d6d06.tar.bz2 gentoo-2-3c0bcbf7765e66133d41318f5fc210345b9d6d06.zip |
Fixed missing installation of headers
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/cbflib')
-rw-r--r-- | sci-libs/cbflib/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/cbflib/cbflib-0.8.1-r4.ebuild | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/sci-libs/cbflib/ChangeLog b/sci-libs/cbflib/ChangeLog index d96de3d06b19..00264952891c 100644 --- a/sci-libs/cbflib/ChangeLog +++ b/sci-libs/cbflib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/cbflib # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/ChangeLog,v 1.1 2010/02/03 21:35:03 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/ChangeLog,v 1.2 2010/02/06 13:43:12 jlec Exp $ + + 06 Feb 2010; Justin Lecher (jlec) <jlec@gentoo.org> + cbflib-0.8.1-r4.ebuild: + Fixed missing installation of headers *cbflib-0.8.1-r4 (03 Feb 2010) diff --git a/sci-libs/cbflib/cbflib-0.8.1-r4.ebuild b/sci-libs/cbflib/cbflib-0.8.1-r4.ebuild index 6989e4b62720..800762a44da0 100644 --- a/sci-libs/cbflib/cbflib-0.8.1-r4.ebuild +++ b/sci-libs/cbflib/cbflib-0.8.1-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/cbflib-0.8.1-r4.ebuild,v 1.1 2010/02/03 21:35:03 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/cbflib-0.8.1-r4.ebuild,v 1.2 2010/02/06 13:43:12 jlec Exp $ EAPI="3" @@ -60,5 +60,8 @@ src_compile() { #} src_install() { + insinto /usr/include/${PN} + doins include/* || die + dolib.so solib/* || die } |