Fix makepkg not wanting to compile cuz pkg present

This commit is contained in:
JeremyStar™ 2024-03-10 22:38:14 +01:00
parent 3abc81bdb6
commit dcc9d988eb

View file

@ -303,7 +303,7 @@ function ask_clonedir_conflictresolution() {
exit 1 exit 1
;; ;;
"r"|"R") "r"|"R")
export "BUILDTOOL_MAKEPKG_REUSE= --noextract" export "BUILDTOOL_MAKEPKG_REUSE= --noextract --force"
;; ;;
"f"|"F") "f"|"F")
infoh "Removing existing \$BUILDTOOL_CLONEDIR directory" infoh "Removing existing \$BUILDTOOL_CLONEDIR directory"