mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user