mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
sync.sh: Use mkdir -p for everything.
This commit is contained in:
parent
e8ae2c952e
commit
64b0b81b2a
Notes:
sideshowbarker
2024-07-19 14:03:18 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/64b0b81b2a3
@ -46,8 +46,8 @@ ln -s /proc/self/fd/1 mnt/dev/stdout
|
||||
ln -s /proc/self/fd/2 mnt/dev/stderr
|
||||
cp -vR ../Base/* mnt/
|
||||
cp -vR ../Root/* mnt/
|
||||
mkdir mnt/home/anon
|
||||
mkdir mnt/home/nona
|
||||
mkdir -vp mnt/home/anon
|
||||
mkdir -vp mnt/home/nona
|
||||
cp ../ReadMe.md mnt/home/anon/
|
||||
chown -vR 100:100 mnt/home/anon
|
||||
chown -vR 200:200 mnt/home/nona
|
||||
|
Loading…
Reference in New Issue
Block a user