mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 09:07:26 -08:00
net-libs/msgraph: fix gtk-doc handling
Closes: https://bugs.gentoo.org/937229 Closes: https://bugs.gentoo.org/963153 Signed-off-by: Lukas Schmelting <lschmelting@posteo.com> Part-of: https://github.com/gentoo/gentoo/pull/43876 Closes: https://github.com/gentoo/gentoo/pull/43876 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
parent
f41f19c524
commit
c726ba3c62
@ -45,3 +45,11 @@ src_configure() {
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
src_install(){
|
||||
meson_install
|
||||
if use gtk-doc; then
|
||||
mkdir -p "${ED}"/usr/share/gtk-doc/html || die
|
||||
mv "${ED}"/usr/share/doc/msgraph-* "${ED}"/usr/share/gtk-doc/html || die
|
||||
fi
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user