tests: do not create out link from proot build

This commit is contained in:
Tobias Happ 2021-12-14 14:09:44 +01:00
parent 3114584c57
commit 4ade388b9a

View file

@ -52,7 +52,7 @@ PROOT_ARGS+=' --link2symlink'
[[ -e .fakedroid/inj/qemu-aarch64 ]] || wget $QEMU_URL -O $QEMU [[ -e .fakedroid/inj/qemu-aarch64 ]] || wget $QEMU_URL -O $QEMU
chmod +x $QEMU chmod +x $QEMU
PROOT=$(nix-build tests/proot-test.nix)/bin/proot PROOT=$(nix-build --no-out-link tests/proot-test.nix)/bin/proot
# Do the first install if not installed yet: # Do the first install if not installed yet: