mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
gnome-base/gnome-shell: Fix docs installation PATH
Closes: https://bugs.gentoo.org/946902 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
@@ -189,6 +189,14 @@ src_test() {
|
||||
meson_src_test
|
||||
}
|
||||
|
||||
src_install() {
|
||||
meson_src_install
|
||||
if use gtk-doc; then
|
||||
mkdir -p "${ED}"/usr/share/gtk-doc/html || die
|
||||
mv "${ED}"/usr/share/doc/s* "${ED}"/usr/share/gtk-doc/html/ || die
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
gnome2_schemas_update
|
||||
|
||||
Reference in New Issue
Block a user