summaryrefslogtreecommitdiff
path: root/Meta/build-root-filesystem.sh
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-04-11 10:52:25 +0200
committerAndreas Kling <kling@serenityos.org>2021-04-11 10:52:25 +0200
commit251018676f47fb34944b1ac195a084573e960656 (patch)
tree7ded12c27c07cad93b46d84acf0ce95644733cf4 /Meta/build-root-filesystem.sh
parent698c38959dc483d4bb1fc7f85bf9b7887ae8b92c (diff)
downloadserenity-251018676f47fb34944b1ac195a084573e960656.zip
Everywhere: Update references from ReadMe.md => README.md
Diffstat (limited to 'Meta/build-root-filesystem.sh')
-rwxr-xr-xMeta/build-root-filesystem.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Meta/build-root-filesystem.sh b/Meta/build-root-filesystem.sh
index 71785bb513..6238fe6174 100755
--- a/Meta/build-root-filesystem.sh
+++ b/Meta/build-root-filesystem.sh
@@ -96,7 +96,7 @@ mkdir -p mnt/home/anon
mkdir -p mnt/home/anon/Desktop
mkdir -p mnt/home/anon/Downloads
mkdir -p mnt/home/nona
-cp "$SERENITY_ROOT"/ReadMe.md mnt/home/anon/
+cp "$SERENITY_ROOT"/README.md mnt/home/anon/
cp -r "$SERENITY_ROOT"/Userland/Libraries/LibJS/Tests mnt/home/anon/js-tests
cp -r "$SERENITY_ROOT"/Userland/Libraries/LibWeb/Tests mnt/home/anon/web-tests
chmod 700 mnt/root