Browse Source

!1924 Fix a chmod error when update .run files

Merge pull request !1924 from 盛楠/b_chmod_error
tags/v1.5.1
i-robot Gitee 3 years ago
parent
commit
2d965acdbe
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/update/ge_update.sh

+ 1
- 1
scripts/update/ge_update.sh View File

@@ -38,7 +38,7 @@ function extract_deps_so_community()
{
echo "begin to extract .run file ........."
chmod +x ./${DRIVER_RUN_NAME_C}
chmod +X ./${PACKAGE_NAME_C}
chmod +x ./${PACKAGE_NAME_C}
[ -n "${DEP_TMP_DIR}" ] && rm -rf "${DEP_TMP_DIR}"
./${DRIVER_RUN_NAME_C} --noexec --extract=${DEP_TMP_DIR}/driver
./${PACKAGE_NAME_C} --noexec --extract=${DEP_TMP_DIR}/Packages_tmp


Loading…
Cancel
Save