Fix conflict resolution (once again)

This commit is contained in:
JeremyStar™ 2024-03-12 19:28:40 +01:00
parent 0b157c90b5
commit 343fb68ee2

View file

@ -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