From fac6f62cf7d8c8bd0c5c2ae1283ac3c901108d33 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Wed, 25 Mar 2020 16:16:04 +0100 Subject: [PATCH] Build: Oops, LibJS tests were meant to go in /home/anon/js-tests --- Kernel/build-root-filesystem.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/build-root-filesystem.sh b/Kernel/build-root-filesystem.sh index 82d29f6c73..cd1f65f9b1 100755 --- a/Kernel/build-root-filesystem.sh +++ b/Kernel/build-root-filesystem.sh @@ -95,7 +95,7 @@ printf "installing users... " mkdir -p mnt/home/anon mkdir -p mnt/home/nona cp ../ReadMe.md mnt/home/anon/ -cp -r ../Libraries/LibJS/Tests mnt/home/anon/LibJS-Tests +cp -r ../Libraries/LibJS/Tests mnt/home/anon/js-tests chmod 700 mnt/home/anon chmod 700 mnt/home/nona chown -R 100:100 mnt/home/anon