summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/tmux/tmux_3.1b.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/tmux/tmux_3.1b.bb b/meta-oe/recipes-extended/tmux/tmux_3.1b.bb
index fde0ed4acf..f5078e9236 100644
--- a/meta-oe/recipes-extended/tmux/tmux_3.1b.bb
+++ b/meta-oe/recipes-extended/tmux/tmux_3.1b.bb
@@ -21,5 +21,5 @@ PACKAGECONFIG[utempter] = "ac_cv_header_utempter_h=yes,ac_cv_header_utempter_h=n
21do_configure_prepend() { 21do_configure_prepend() {
22 # The 'compat' directory is needed for output during the build but it's 22 # The 'compat' directory is needed for output during the build but it's
23 # not automatically created when building outside the source directory. 23 # not automatically created when building outside the source directory.
24 mkdir ${B}/compat 24 mkdir -p ${B}/compat
25} 25}