zygote process crashed due to a capability issue related to the zone container in the LFD prodect.
LFD uses only one webapp, so there is no need for a wrt-loader.
Change-Id: I64f977a0e47d6963726ca8c44d5b360b2547ac34
Signed-off-by: YONGMAN SON <yman.son@samsung.com>
install -m 0755 %{_outdir}/wrt-loader %{buildroot}%{_bindir}
install -m 0644 packaging/wrt.loader %{buildroot}%{_datadir}/aul/
%else
+%if "%{_vd_cfg_product_type}" != "LFD"
ln -s %{_bindir}/wrt %{buildroot}%{_bindir}/wrt-loader
%if "%{_vd_cfg_platform_type}" == "FULL_SMART"
install -m 0644 packaging/wrt_tv.loader %{buildroot}%{_datadir}/aul/wrt.loader
install -m 0644 packaging/wrt_tv_lite.loader %{buildroot}%{_datadir}/aul/wrt.loader
%endif
%endif
+%endif
cp -r wrt_app/* %{buildroot}%{_resourcedir}/
%post