summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/pam/libpam_1.5.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/pam/libpam_1.5.1.bb')
-rw-r--r--meta/recipes-extended/pam/libpam_1.5.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/pam/libpam_1.5.1.bb b/meta/recipes-extended/pam/libpam_1.5.1.bb
index 4363e16b9b..f0c8caaac2 100644
--- a/meta/recipes-extended/pam/libpam_1.5.1.bb
+++ b/meta/recipes-extended/pam/libpam_1.5.1.bb
@@ -154,6 +154,7 @@ do_install_ptest() {
154 if [ ${PTEST_ENABLED} = "1" ]; then 154 if [ ${PTEST_ENABLED} = "1" ]; then
155 mkdir -p ${D}${PTEST_PATH}/tests 155 mkdir -p ${D}${PTEST_PATH}/tests
156 install -m 0755 ${B}/tests/.libs/* ${D}${PTEST_PATH}/tests 156 install -m 0755 ${B}/tests/.libs/* ${D}${PTEST_PATH}/tests
157 install -m 0644 ${S}/tests/confdir ${D}${PTEST_PATH}/tests
157 fi 158 fi
158} 159}
159 160