mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 09:35:41 +00:00
tmux: Add -p option to mkdir
This help avoiding a build failure when this dir already exists Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
afe3b35c84
commit
098a963a0e
@ -21,5 +21,5 @@ PACKAGECONFIG[utempter] = "ac_cv_header_utempter_h=yes,ac_cv_header_utempter_h=n
|
||||
do_configure_prepend() {
|
||||
# The 'compat' directory is needed for output during the build but it's
|
||||
# not automatically created when building outside the source directory.
|
||||
mkdir ${B}/compat
|
||||
mkdir -p ${B}/compat
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user