i915: 修复文件路径错误

This commit is contained in:
Hyy2001X 2021-06-19 21:26:19 +08:00
parent ddd4738955
commit 43381bb424
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ Firmware-Diy_Base() {
}
[[ ${INCLUDE_DRM_I915} == true && ${TARGET_PROFILE} == x86_64 ]] && {
Copy CustomFiles/Depends/DRM-I915 target/linux/x86
for X in $(ls -1 target/linux/x86 | grep "config-"); do cat DRM-I915 >> ${X}; done
for X in $(ls -1 target/linux/x86 | grep "config-"); do cat target/linux/x86/DRM-I915 >> target/linux/x86/${X}; done
}
[ -f package/base-files/files/bin/AutoUpdate.sh ] && {
AutoUpdate_Version=$(egrep -o "V[0-9].+" package/base-files/files/bin/AutoUpdate.sh | awk 'END{print}')