summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/recipes-phosphor/interfaces')
-rw-r--r--meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index b26cec038..67378cfed 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -44,7 +44,7 @@ RDEPENDS_${PN} += " \
do_install_ptest() {
install -d ${D}${PTEST_PATH}/test
- cp -rf ${B}*_test ${D}${PTEST_PATH}/test/
+ cp -rf ${B}/*_test ${D}${PTEST_PATH}/test/
}
FILES_${PN} += "${datadir}/** "