Fix issue failed to install due to no base directory 76/225476/3
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 20 Feb 2020 06:54:11 +0000 (15:54 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 20 Feb 2020 06:57:13 +0000 (15:57 +0900)
Change-Id: I73177635916e4f980f357d8b33cfccf65119006c
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
packaging/capi-ui-sticker.spec

index b14c2c2..5cae043 100644 (file)
@@ -167,8 +167,12 @@ chsmack -a "System::Shared" %{TZ_SYS_SHARE}/sticker-data
 %{_includedir}/sticker_provider.h
 
 %if 0%{?sec_product_feature_profile_wearable}
+%post -n %{_companion_app_name}
+mkdir -p %{TZ_SYS_RO_APP}/%{_companion_app_name}
+
 %files -n %{_companion_app_name}
 %manifest receiver/%{_companion_app_name}.manifest
+%license LICENSE
 %{TZ_SYS_RO_PACKAGES}/%{_companion_app_name}.xml
 %{TZ_SYS_RO_APP}/%{_companion_app_name}/*
 %endif