summaryrefslogtreecommitdiff
path: root/Kernel
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-04-29 15:53:51 +0200
committerAndreas Kling <kling@serenityos.org>2020-04-29 15:53:51 +0200
commit51df4bdbfc7fa52e21b62529cc5296bb97cc4231 (patch)
tree424d458868b8b45485c1f2b2167d975e154e8ce7 /Kernel
parentc7107385ee952a26197eb3109cb54299cfa3679f (diff)
downloadserenity-51df4bdbfc7fa52e21b62529cc5296bb97cc4231.zip
DisplaySettings: Rename from DisplayProperties
Diffstat (limited to 'Kernel')
-rwxr-xr-xKernel/build-root-filesystem.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/build-root-filesystem.sh b/Kernel/build-root-filesystem.sh
index 044b05ad2c..44a5983ee4 100755
--- a/Kernel/build-root-filesystem.sh
+++ b/Kernel/build-root-filesystem.sh
@@ -139,7 +139,7 @@ cp ../Applications/SystemMenu/SystemMenu mnt/bin/SystemMenu
cp ../Applications/Calculator/Calculator mnt/bin/Calculator
cp ../Applications/Calendar/Calendar mnt/bin/Calendar
cp ../Applications/SoundPlayer/SoundPlayer mnt/bin/SoundPlayer
-cp ../Applications/DisplayProperties/DisplayProperties mnt/bin/DisplayProperties
+cp ../Applications/DisplaySettings/DisplaySettings mnt/bin/DisplaySettings
cp ../Applications/Welcome/Welcome mnt/bin/Welcome
cp ../Applications/Help/Help mnt/bin/Help
cp ../Applications/Browser/Browser mnt/bin/Browser