- 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>
%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