Skip to content

Commit

Permalink
live: fix parallel make install race condition
Browse files Browse the repository at this point in the history
- mkdir
wwwutz committed Feb 27, 2020
1 parent d99e140 commit 83e0d79
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion live.be0
Original file line number Diff line number Diff line change
@@ -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
#}

0 comments on commit 83e0d79

Please sign in to comment.