spec: fix name of profile indicator 74/68074/1
authorJinhyung Choi <jinh0.choi@samsung.com>
Mon, 2 May 2016 06:07:45 +0000 (15:07 +0900)
committerJinhyung Choi <jinh0.choi@samsung.com>
Mon, 2 May 2016 06:07:45 +0000 (15:07 +0900)
Change-Id: Ifa34bd5e26675de2d095475efe9135f6801997f5
Signed-off-by: Jinhyung Choi <jinh0.choi@samsung.com>
packaging/emuld.spec

index 3892dc16da92ecd2bb349ed3cf1df952aa879a12..22aaa4b579e8ee2a9beb83b90205addd4579c3ef 100644 (file)
@@ -60,14 +60,14 @@ chmod 644 %{SOURCE0}
 %define msgproc_vconf on
 %define msgproc_suspend on
 
-%if "%{?tizen_profile_name}" == "mobile"
+%if "%{?profile}" == "mobile"
 %define msgproc_location on
 %endif
-%if "%{?tizen_profile_name}" == "wearable"
+%if "%{?profile}" == "wearable"
 %define msgproc_location on
 %endif
 
-%if "%{?tizen_profile_name}" == "mobile"
+%if "%{?profile}" == "mobile"
 export CFLAGS+=" -DMOBILE"
 %else
 %if "%{?profile}" == "wearable"