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
|
if [ -a "${BUILDTOOL_CLONEDIR}/src" ]; then
|
||||||
diagh "src/ directory present, appending \"--noextract\""
|
diagh "src/ directory present, appending \"--noextract\""
|
||||||
export "BUILDTOOL_MAKEPKG_REUSE= --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\""
|
diagh "pkg/ directory present, appending \"--force\""
|
||||||
export "BUILDTOOL_MAKEPKG_REUSE=${BUILDTOOL_MAKEPKG_REUSE} --force"
|
export "BUILDTOOL_MAKEPKG_REUSE=${BUILDTOOL_MAKEPKG_REUSE} --force"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue