1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 18:07:34 +00:00

Move WindowServer into Servers.

This commit is contained in:
Andreas Kling 2019-03-20 04:34:14 +01:00
parent 9120b05a40
commit d17a91f185
32 changed files with 14 additions and 14 deletions

View file

@ -89,7 +89,7 @@ cp -v ../Applications/TextEditor/TextEditor mnt/bin/TextEditor
cp -v ../Applications/IRCClient/IRCClient mnt/bin/IRCClient
ln -s IRCClient mnt/bin/irc
cp -v ../Servers/LookupServer/LookupServer mnt/bin/LookupServer
cp -v ../WindowServer/WindowServer mnt/bin/WindowServer
cp -v ../Servers/WindowServer/WindowServer mnt/bin/WindowServer
cp -v kernel.map mnt/
sh sync-local.sh
umount mnt