From af53d4638808515ea0e55ce4a1dc86ee592ead00 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Sat, 16 Sep 2023 17:44:03 +0100 Subject: [PATCH] dev-db/postgis: Install missing images and cheatsheets Closes: https://bugs.gentoo.org/832939 Signed-off-by: Chris Mayo Closes: https://github.com/gentoo/gentoo/pull/32843 Signed-off-by: Aaron W. Swenson --- dev-db/postgis/postgis-3.4.0-r2.ebuild | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/dev-db/postgis/postgis-3.4.0-r2.ebuild b/dev-db/postgis/postgis-3.4.0-r2.ebuild index b9539be3fb623..515b220b2b439 100644 --- a/dev-db/postgis/postgis-3.4.0-r2.ebuild +++ b/dev-db/postgis/postgis-3.4.0-r2.ebuild @@ -98,7 +98,7 @@ src_compile() { if use doc ; then postgres-multi_foreach emake comments - postgres-multi_foreach emake cheatsheets + postgres-multi_forbest emake cheatsheets postgres-multi_forbest emake -C doc html fi } @@ -115,12 +115,7 @@ src_install() { if use doc ; then postgres-multi_foreach emake DESTDIR="${D}" comments-install - - docinto html - postgres-multi_forbest dodoc doc/html/{postgis-en.html,style.css} - - docinto html/images - postgres-multi_forbest dodoc -r doc/html/images/* + postgres-multi_forbest emake DESTDIR="${D}" -C doc cheatsheet-install html-install html-assets-install fi use static-libs || find "${ED}" -name '*.a' -delete