From ac913b3d6d2e8a76e457052a185c1139416da326 Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Mon, 1 Mar 2021 15:43:06 +0200 Subject: [PATCH] Arch: add Cf params for makepkg --- arch/updatewine_arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/updatewine_arch.sh b/arch/updatewine_arch.sh index 9561247..60fd657 100755 --- a/arch/updatewine_arch.sh +++ b/arch/updatewine_arch.sh @@ -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