path: change coredump path using changed policy 28/59628/1
authorTaeyoung Kim <ty317.kim@samsung.com>
Wed, 17 Feb 2016 04:39:46 +0000 (13:39 +0900)
committerTaeyoung Kim <ty317.kim@samsung.com>
Wed, 17 Feb 2016 04:39:46 +0000 (13:39 +0900)
- Previously, coredump path was /opt/usr/share/crash.
  TZ_SYS_SHARE was used to get the path /usr/share.
  However, the definition of TZ_SYS_SHARE is changed
  to /opt/share, and thus there is no need to add
  /opt in front of the TZ_SYS_SHARE now.

Change-Id: Ib50fed4935135fa00bb3a07275da685de153dd7a
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
packaging/crash-worker.spec

index faa5bf27a9532987098a86b72ad05aeac7477019..9fc9b3683f19315a0cb12af76154c0dc80b22269 100644 (file)
@@ -21,7 +21,7 @@ crash-manager
 %setup -q
 
 #Path to store logs and coredump files
-%define crash_root_path /opt%{TZ_SYS_SHARE}/crash
+%define crash_root_path %{TZ_SYS_SHARE}/crash
 %define crash_path      %{crash_root_path}/dump
 %define crash_temp      %{crash_root_path}/temp