chore(main/borgbackup): Remove unused builddir option

That option is used with meson backend which is not used here.
%ci:no-build
This commit is contained in:
termux-pacman-bot
2024-07-18 19:08:36 +00:00
parent 3467699051
commit ca6b0cc6ca

View File

@@ -14,7 +14,7 @@ TERMUX_PKG_PYTHON_TARGET_DEPS="'msgpack==1.0.8', packaging"
TERMUX_PKG_AUTO_UPDATE=true
termux_step_make() {
PYTHONPATH='' python -m build -w -n -x --config-setting builddir="$TERMUX_PKG_BUILDDIR" "$TERMUX_PKG_SRCDIR"
PYTHONPATH='' python -m build -w -n -x "$TERMUX_PKG_SRCDIR"
}
termux_step_make_install() {