mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user