media-plugins/alsa-plugins: avoid parallel install failure

Just create the dir it expects for now until upstream decide what
they want to do w/ the hooks.

Closes: https://bugs.gentoo.org/835920
Reported-by: Eric F. GARIOUD <eric-f.garioud@wanadoo.fr>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-05-09 23:21:12 +00:00
parent deaeeee3d4
commit dc011d3bc0

View File

@@ -61,6 +61,14 @@ multilib_src_configure() {
ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
}
multilib_src_install() {
# Needed to workaround parallel build failure
# bug #835920
dodir /usr/$(get_libdir)/alsa-lib
default
}
multilib_src_install_all() {
einstalldocs