diff options
author | Chris Mayo <aklhfex@gmail.com> | 2023-09-16 17:44:03 +0100 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2023-09-18 06:42:39 -0400 |
commit | af53d4638808515ea0e55ce4a1dc86ee592ead00 (patch) | |
tree | 40f07ac88b84178a782380c2fe7f48d1244be3f0 /dev-db | |
parent | dev-db/postgis: Fix --without-gui being ignored (diff) | |
download | gentoo-af53d4638808515ea0e55ce4a1dc86ee592ead00.tar.gz gentoo-af53d4638808515ea0e55ce4a1dc86ee592ead00.tar.bz2 gentoo-af53d4638808515ea0e55ce4a1dc86ee592ead00.zip |
dev-db/postgis: Install missing images and cheatsheets
Closes: https://bugs.gentoo.org/832939
Signed-off-by: Chris Mayo <aklhfex@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32843
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgis/postgis-3.4.0-r2.ebuild | 9 |
1 files 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 b9539be3fb62..515b220b2b43 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 |