diff --git a/live.be0 b/live.be0 index adc5d0331..43fa5938c 100755 --- a/live.be0 +++ b/live.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION live-2020.02.24-0 +# BEE_VERSION live-2020.02.24-1 # more info: https://foo.bar.com @@ -34,6 +34,11 @@ mee_patch_post() { # bee_build #} +mee_install_pre() { + # parallel build race condition + mkdir -vp ${D}/usr/lib +} + #mee_install() { # bee_install #}