We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f58b335 commit 3622758Copy full SHA for 3622758
plugins/envsetup
@@ -288,7 +288,9 @@ do_build() {
288
chroot_dir=$target_dir
289
290
if [[ ! $DEBOOTSTRAP_DIR ]]; then
291
- export DEBOOTSTRAP_DIR="$ROOT_DIR/core/debootstrap-scripts"
+ if [ "$BUILD_PLATFORM" != "termux" ]; then
292
+ export DEBOOTSTRAP_DIR="$ROOT_DIR/core/debootstrap-scripts"
293
+ fi
294
fi
295
296
if [ -n "$SUITE" ]; then
0 commit comments