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
commit fac6f62cf7
Notes: sideshowbarker 2024-07-19 08:08:00 +09:00

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