Build: Make sure to create a /home/anon/Desktop directory

This commit is contained in:
Andreas Kling 2020-04-18 22:07:15 +02:00
parent 7dbb8b6f09
commit dee5d8a047
Notes: sideshowbarker 2024-07-19 07:29:41 +09:00

View file

@ -92,6 +92,7 @@ echo "done"
printf "installing users... "
mkdir -p mnt/root
mkdir -p mnt/home/anon
mkdir -p mnt/home/anon/Desktop
mkdir -p mnt/home/nona
cp ../ReadMe.md mnt/home/anon/
cp -r ../Libraries/LibJS/Tests mnt/home/anon/js-tests