diff --git a/Meta/build-root-filesystem.sh b/Meta/build-root-filesystem.sh index def254ef3e..9226ee5f6b 100755 --- a/Meta/build-root-filesystem.sh +++ b/Meta/build-root-filesystem.sh @@ -118,7 +118,7 @@ echo "done" printf "adding some desktop icons..." ln -sf /bin/Browser mnt/home/anon/Desktop/ -ln -sf /bin/TextEditor 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 echo "done"