commit: d4ba4a1172df776e6893105ccd60fe6e87791cc2
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Sun Sep 17 22:20:38 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Sep 17 22:39:22 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d4ba4a11
media-libs/libbpg: install documentation and merge doheader calls
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
media-libs/libbpg/libbpg-0.9.8-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/libbpg/libbpg-0.9.8-r1.ebuild
b/media-libs/libbpg/libbpg-0.9.8-r1.ebuild
index b287d4de67..39b72bf97e 100644
--- a/media-libs/libbpg/libbpg-0.9.8-r1.ebuild
+++ b/media-libs/libbpg/libbpg-0.9.8-r1.ebuild
@@ -93,14 +93,14 @@ src_install() {
mkdir -p "${ED}"/usr/bin || die
# We never called configure with --prefix="${EPREFIX}"/usr or similar
emake prefix="${ED}"/usr install
+ einstalldocs
if use bpgview; then
dobin bpgview
fi
dolib.a libbpg.a
- doheader libbpg.h
- doheader bpgenc.h
+ doheader libbpg.h bpgenc.h
insinto /usr/$(get_libdir)/pkgconfig
doins ${PN}.pc