mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #6908 from lihexali/master
[le11] scripts/extract: force overwrite file on unziping files
This commit is contained in:
commit
e4a081263c
@ -60,7 +60,7 @@ case "${PKG_SOURCE_NAME}" in
|
||||
7z x -o"${2}/${1}" "${FULL_SOURCE_PATH}"
|
||||
;;
|
||||
*.zip)
|
||||
unzip -q "${FULL_SOURCE_PATH}" -d "${2}"
|
||||
unzip -o -q "${FULL_SOURCE_PATH}" -d "${2}"
|
||||
;;
|
||||
*.diff | *.patch)
|
||||
patch -d "${2}" -p1 < "${FULL_SOURCE_PATH}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user