mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
tests: do not create out link from proot build
This commit is contained in:
parent
3114584c57
commit
4ade388b9a
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ PROOT_ARGS+=' --link2symlink'
|
|||
[[ -e .fakedroid/inj/qemu-aarch64 ]] || wget $QEMU_URL -O $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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue