From e4895e8e47f66ca0ac0d40975d0971094e9eecfa Mon Sep 17 00:00:00 2001 From: MyoungJune Park Date: Fri, 13 Jan 2017 15:20:37 +0900 Subject: [PATCH] use TZ_SYS_GLOBALUSER_DATA env to set the setting res dir Change-Id: I63f651cb989dc942058cae530fe402c8693d23a7 Signed-off-by: MyoungJune Park --- packaging/capi-system-system-settings.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/capi-system-system-settings.spec b/packaging/capi-system-system-settings.spec index 9b2462a..8a0464f 100755 --- a/packaging/capi-system-system-settings.spec +++ b/packaging/capi-system-system-settings.spec @@ -93,7 +93,8 @@ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DFULLVER=%{version} -DMAJORVER=${MAJORVER} -DTZ_SYS_DATA=%{TZ_SYS_DATA} \ -DTZ_SYS_ETC=%{TZ_SYS_ETC} \ -DTZ_SYS_RO_SHARE=%{TZ_SYS_RO_SHARE} \ - -DTZ_SYS_SHARE=%{TZ_SYS_SHARE} + -DTZ_SYS_SHARE=%{TZ_SYS_SHARE} \ + -DSETTING_DEF_RES=%{TZ_SYS_GLOBALUSER_DATA}/settings make %{?jobs:-j%jobs} -- 2.7.4