Browse Source

Add missing sig file rm operation

master
Pekka Helenius 2 years ago
parent
commit
7b6c1e3246
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      arch/updatewine_arch.sh

+ 1
- 1
arch/updatewine_arch.sh View File

@ -373,7 +373,7 @@ function check_gitOverride_wine() {
# Remove any existing pkg,src or tar.xz packages left by previous pacman commands
function cleanUp() {
rm -rf ${ARCH_BUILDROOT}/*/{pkg,src,*.tar.xz,*.patch,*.diff}
rm -rf ${ARCH_BUILDROOT}/*/{pkg,src,*.tar.xz,*.patch,*.diff,*.sig}
}
###########################################################


Loading…
Cancel
Save