From a3e4fefbe397ab4d4a356164f05b64d6330e30af Mon Sep 17 00:00:00 2001 From: MyoungJune Park Date: Mon, 18 Jul 2016 17:30:19 +0900 Subject: [PATCH] fix symlinkpath /etc/localtime -> /opt/etc/localetime Change-Id: Id51ec15c17ea512dc225a7dbae53f6d02666432e --- src/system_setting_platform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system_setting_platform.c b/src/system_setting_platform.c index c4faeec..5e3bdaa 100644 --- a/src/system_setting_platform.c +++ b/src/system_setting_platform.c @@ -55,7 +55,7 @@ #define SETTING_TIME_ZONEINFO_PATH "/usr/share/zoneinfo/" #define SETTING_TIME_SHARE_LOCAL_PATH "/usr/share/locale" -#define SETTING_TZONE_SYMLINK_PATH "/etc/localtime" +#define SETTING_TZONE_SYMLINK_PATH "/opt/etc/localtime" int _is_file_accessible(const char *path); -- 2.7.4