mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
Build: Make sure to create a /home/anon/Desktop directory
This commit is contained in:
parent
7dbb8b6f09
commit
dee5d8a047
Notes:
sideshowbarker
2024-07-19 07:29:41 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/dee5d8a047d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue