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"