From dcc9d988eba79eeb461b78fd6c292ca6c0e3af45 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Sun, 10 Mar 2024 22:38:14 +0100 Subject: [PATCH] Fix makepkg not wanting to compile cuz pkg present --- buildtool.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildtool.sh b/buildtool.sh index c0a4d2d..f6a1427 100755 --- a/buildtool.sh +++ b/buildtool.sh @@ -303,7 +303,7 @@ function ask_clonedir_conflictresolution() { exit 1 ;; "r"|"R") - export "BUILDTOOL_MAKEPKG_REUSE= --noextract" + export "BUILDTOOL_MAKEPKG_REUSE= --noextract --force" ;; "f"|"F") infoh "Removing existing \$BUILDTOOL_CLONEDIR directory"