Fix conflict resolution (once again)
This commit is contained in:
parent
0b157c90b5
commit
343fb68ee2
1 changed files with 2 additions and 1 deletions
|
@ -321,7 +321,8 @@ function ask_clonedir_conflictresolution() {
|
|||
if [ -a "${BUILDTOOL_CLONEDIR}/src" ]; then
|
||||
diagh "src/ directory present, appending \"--noextract\""
|
||||
export "BUILDTOOL_MAKEPKG_REUSE= --noextract"
|
||||
elif [ -a "${BUILDTOOL_CLONEDIR}/pkg" ]; then
|
||||
fi
|
||||
if [ -a "${BUILDTOOL_CLONEDIR}/pkg" ]; then
|
||||
diagh "pkg/ directory present, appending \"--force\""
|
||||
export "BUILDTOOL_MAKEPKG_REUSE=${BUILDTOOL_MAKEPKG_REUSE} --force"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue