Fix bad if condition in spec file. 97/109597/1
authorjin-gyu.kim <jin-gyu.kim@samsung.com>
Wed, 11 Jan 2017 01:31:50 +0000 (10:31 +0900)
committerjin-gyu.kim <jin-gyu.kim@samsung.com>
Wed, 11 Jan 2017 01:31:54 +0000 (10:31 +0900)
- Add quotation marks in if condition to avoid build error.

Change-Id: I7dda0b8e14c4f5a6d0a8ef616726c30e02269377

packaging/askuser.spec

index 3e93fdb..923a570 100644 (file)
@@ -35,7 +35,7 @@ BuildRequires: edje-bin
 %define build_type RELEASE
 %endif
 
-%if %{?profile} == "wearable"
+%if "%{?profile}" == "wearable"
 %define notification_ui CIRCLE
 %else
 %define notification_ui MOBILE