Browse Source

Arch: Wine PKGBUILD - suppress cp errors

master
Fincer 5 years ago
parent
commit
b627f53bcc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      arch/0-wine-staging-git/PKGBUILD

+ 1
- 1
arch/0-wine-staging-git/PKGBUILD View File

@ -124,7 +124,7 @@ source=(
)
if [[ $(find ./wine-patches -mindepth 1 -maxdepth 1 -regex ".*\.\(patch\|diff\)$") ]]; then
cp -r ./wine-patches/*.{patch,diff} ./
cp -rf ./wine-patches/*.{patch,diff} ./ 2>/dev/null
p=0
for patch in $(find . -mindepth 1 -maxdepth 1 -regex ".*\.\(patch\|diff\)$"); do
patches[$p]="$(basename ${patch})"


Loading…
Cancel
Save