diff options
author | Andreas Kling <kling@serenityos.org> | 2020-03-25 16:16:04 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-03-25 16:16:04 +0100 |
commit | fac6f62cf7d8c8bd0c5c2ae1283ac3c901108d33 (patch) | |
tree | b03645a6eafe682c7ce983c8f88cdcdd50d58b5b /Kernel | |
parent | 6c9d2cfa5e1c6847e49a3f6e6a22106db71c46fe (diff) | |
download | serenity-fac6f62cf7d8c8bd0c5c2ae1283ac3c901108d33.zip |
Build: Oops, LibJS tests were meant to go in /home/anon/js-tests
Diffstat (limited to 'Kernel')
-rwxr-xr-x | Kernel/build-root-filesystem.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |