mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Merge pull request #6908 from lihexali/master
[le11] scripts/extract: force overwrite file on unziping files
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user