[M108 Migration][WRTjs][VD] define lib_dir_path 63/289063/4
authorzhaosy <shiyusy.zhao@samsung.com>
Tue, 28 Feb 2023 05:25:55 +0000 (13:25 +0800)
committerBot Blink <blinkbot@samsung.com>
Tue, 28 Feb 2023 09:49:14 +0000 (09:49 +0000)
lib_dir_path is not defined, so mount app is fail.

Reference:
https://review.tizen.org/gerrit/281394/

Change-Id: I2835bf83f2498615db3a5f728fd0979fca1225b1
Signed-off-by: zhaosy <shiyusy.zhao@samsung.com>
packaging/chromium-efl.spec

index 351af4f..3de8812 100755 (executable)
@@ -390,6 +390,9 @@ fi
 %else
   "build_chrome=false" \
 %endif
+%if "%{?tizen_profile_name}" == "tv"
+  "lib_dir_path=\"%{_libdir}\"" \
+%endif
 %if "%{?_ttrace}" == "1"
   "use_ttrace=true" \
 %endif