1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:37:36 +00:00

Build: Oops, LibJS tests were meant to go in /home/anon/js-tests

This commit is contained in:
Andreas Kling 2020-03-25 16:16:04 +01:00
parent 6c9d2cfa5e
commit fac6f62cf7

View file

@ -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