summaryrefslogtreecommitdiff
path: root/Meta/build-root-filesystem.sh
diff options
context:
space:
mode:
authorMax Wipfli <mail@maxwipfli.ch>2021-05-27 08:52:46 +0200
committerGitHub <noreply@github.com>2021-05-27 08:52:46 +0200
commita272c04c8aebb3a62c468b9839aeb04176573380 (patch)
tree1d8ec7d6d5561e5060fcace1f38dde689d553bc6 /Meta/build-root-filesystem.sh
parent993211f184a2cf2fbebaa47f75f8f9d02c326948 (diff)
downloadserenity-a272c04c8aebb3a62c468b9839aeb04176573380.zip
Base: Make desktop shortcuts owned by anon (#7495)
This fixes #7492.
Diffstat (limited to 'Meta/build-root-filesystem.sh')
-rwxr-xr-xMeta/build-root-filesystem.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/Meta/build-root-filesystem.sh b/Meta/build-root-filesystem.sh
index 3a31671481..bbbac6c5fe 100755
--- a/Meta/build-root-filesystem.sh
+++ b/Meta/build-root-filesystem.sh
@@ -121,11 +121,12 @@ chown -R 100:100 mnt/home/anon
chown -R 200:200 mnt/home/nona
echo "done"
-printf "adding some desktop icons..."
+printf "adding some desktop icons... "
ln -sf /bin/Browser mnt/home/anon/Desktop/
ln -sf /bin/TextEditor mnt/home/anon/Desktop/Text\ Editor
ln -sf /bin/Help mnt/home/anon/Desktop/
ln -sf /home/anon mnt/home/anon/Desktop/Home
+chown -R 100:100 mnt/home/anon/Desktop
echo "done"
printf "installing shortcuts... "