summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/onig/onig_6.9.4.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/onig/onig_6.9.4.bb b/meta-oe/recipes-support/onig/onig_6.9.4.bb
index cfa86f04c1..50d9f52353 100644
--- a/meta-oe/recipes-support/onig/onig_6.9.4.bb
+++ b/meta-oe/recipes-support/onig/onig_6.9.4.bb
@@ -28,5 +28,6 @@ do_compile_ptest() {
28} 28}
29 29
30do_install_ptest() { 30do_install_ptest() {
31 install -Dm0755 -t ${D}${PTEST_PATH}/tests/ ${B}/test/.libs/* 31 mkdir -p ${D}${PTEST_PATH}/tests
32 install -m 0755 -t ${D}${PTEST_PATH}/tests/ ${B}/test/.libs/*
32} 33}