gs_check的输出结果需要output目录存在

This commit is contained in:
hangjin2020 2022-06-08 17:12:17 +08:00
parent fccbcb3f69
commit 1f2d690c04

View File

@ -179,6 +179,8 @@ function clib_copy()
function lib_copy()
{
mkdir -p ${PKG_TMP_DIR}/script/gspylib/inspection/output/log
mkdir -p ${PKG_TMP_DIR}/script/gspylib/inspection/output/nodes
mkdir -p ${PKG_TMP_DIR}/lib
cp -rf ${BINARYLIBS_PATH_INSTALL_TOOLS}/asn1crypto ${PKG_TMP_DIR}/lib
cp -rf ${BINARYLIBS_PATH_INSTALL_TOOLS}/bcrypt ${PKG_TMP_DIR}/lib