From 6057a2ca30a2a94c7ff924cbdde6ac922d537fed Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Thu, 20 Jan 2022 08:15:19 -0500 Subject: timezone: Add a command line utility to set the system time zone --- Meta/build-root-filesystem.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Meta/build-root-filesystem.sh') diff --git a/Meta/build-root-filesystem.sh b/Meta/build-root-filesystem.sh index 8cc8be1112..fe26f63944 100755 --- a/Meta/build-root-filesystem.sh +++ b/Meta/build-root-filesystem.sh @@ -101,6 +101,10 @@ if [ -f mnt/bin/utmpupdate ]; then chown 0:$utmp_gid mnt/bin/utmpupdate chmod 2755 mnt/bin/utmpupdate fi +if [ -f mnt/bin/timezone ]; then + chown 0:$phys_gid mnt/bin/timezone + chmod 4750 mnt/bin/timezone +fi if [ -f mnt/usr/Tests/Kernel/TestMemoryDeviceMmap ]; then chown 0:0 mnt/usr/Tests/Kernel/TestMemoryDeviceMmap chmod 4755 mnt/usr/Tests/Kernel/TestMemoryDeviceMmap -- cgit v1.2.3