Browse Source

Arch: add Cf params for makepkg

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

+ 1
- 1
arch/updatewine_arch.sh View File

@ -427,7 +427,7 @@ function build_pkg() {
fi
fi
if [[ $? -eq 0 ]]; then bash -c "updpkgsums && makepkg"; else exit 1; fi
if [[ $? -eq 0 ]]; then bash -c "updpkgsums && makepkg -Cf"; else exit 1; fi
# After successful compilation...
if [[ $(ls ./${pkgname}-*tar.xz 2>/dev/null | wc -l) -ne 0 ]]; then


Loading…
Cancel
Save