mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-11 15:00:34 +00:00
scap-security-guide: WORKDIR -> UNPACKDIR
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
ceb47a8a39
commit
b4a8bc606f
@@ -38,7 +38,7 @@ do_configure:prepend () {
|
||||
|
||||
do_install:append() {
|
||||
install -d ${D}${datadir}/openscap
|
||||
install ${WORKDIR}/run_eval.sh ${D}${datadir}/openscap/.
|
||||
install ${UNPACKDIR}/run_eval.sh ${D}${datadir}/openscap/.
|
||||
}
|
||||
|
||||
do_compile_ptest() {
|
||||
|
||||
Reference in New Issue
Block a user