Fix makepkg not wanting to compile cuz pkg present
This commit is contained in:
parent
3abc81bdb6
commit
dcc9d988eb
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Reference in a new issue