X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/7674128223355556f5e97d25ed9ed2e7bb2ab612..3cffa96b224eb5f7322209f48b96d541068ccda6:/packages/proot/termux-chroot diff --git a/packages/proot/termux-chroot b/packages/proot/termux-chroot index 9a84101d..d9d73fcf 100755 --- a/packages/proot/termux-chroot +++ b/packages/proot/termux-chroot @@ -11,6 +11,10 @@ fi # For the /system/bin/linker(64) to be found: ARGS="-b /system:/system" +# On some devices /vendor is required for termux packages to work correctly +# See https://github.com/termux/proot/issues/2#issuecomment-303995382 +ARGS="$ARGS -b /vendor:/vendor" + # Bind $PREFIX so Termux programs expecting # to find e.g. configurations files there work. ARGS="$ARGS -b $PREFIX/..:$PREFIX/.."