Change path of exclude list file 84/66284/2 accepted/tizen/common/20160418.142022 accepted/tizen/ivi/20160418.124535 accepted/tizen/mobile/20160418.124253 accepted/tizen/tv/20160418.124303 accepted/tizen/wearable/20160418.124459 submit/tizen/20160418.095021
authorKichan Kwon <k_c.kwon@samsung.com>
Mon, 18 Apr 2016 07:31:50 +0000 (16:31 +0900)
committerKwon <k_c.kwon@samsung.com>
Mon, 18 Apr 2016 09:48:22 +0000 (02:48 -0700)
- /usr/etc -> TZ_SYS_ETC(/opt/etc)

Change-Id: I8850e0b87f08ad66bd33e98227d10a593503bb99
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
packaging/resourced.spec
src/CMakeLists.txt

index 7e437f7..8037e02 100644 (file)
@@ -62,7 +62,7 @@ Source2:    resourced-cpucgroup.service
 %endif
 
 %define exclude_list_file_name resourced_proc_exclude.ini
-%define exclude_list_full_path /usr/etc/%{exclude_list_file_name}
+%define exclude_list_full_path %{TZ_SYS_ETC}/%{exclude_list_file_name}
 %define exclude_list_opt_full_path %{TZ_SYS_ETC}/%{exclude_list_file_name}
 %define database_full_path %{TZ_SYS_DB}/.resourced-datausage.db
 
index d51cb33..ce97015 100644 (file)
@@ -55,7 +55,7 @@ IF("${DEBUG_LOG}" STREQUAL "ON")
   ADD_DEFINITIONS("-DPROC_DEBUG")
 ENDIF()
 
-INSTALL(FILES ${DATA_DIR}/${EXCLUDE_LIST_FILE_NAME} DESTINATION /usr/etc)
+INSTALL(FILES ${DATA_DIR}/${EXCLUDE_LIST_FILE_NAME} DESTINATION ${RD_SYS_ETC})
 #network module
 IF("${NETWORK_MODULE}" STREQUAL "ON")
   SET(SOURCES ${SOURCES}