From: jiankang.fan Date: Wed, 6 Jun 2018 11:26:59 +0000 (+0800) Subject: Fix building issue “can’t find the objdir” for rpm upgraded X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a3504188f9bcb4e0259ce97e8ca99a2babc4cc0;p=platform%2Fcore%2Fuifw%2Fvc-webview-js.git Fix building issue “can’t find the objdir” for rpm upgraded Delete repeated to enter objdir command Signed-off-by: jiankang.fan Change-Id: I3ff570a1040de73e4131e339cf98e94dc0a90308 --- diff --git a/packaging/vc-webview-js.spec b/packaging/vc-webview-js.spec index 1769cb4..a8ac050 100755 --- a/packaging/vc-webview-js.spec +++ b/packaging/vc-webview-js.spec @@ -26,7 +26,7 @@ cd objdir && cmake .. -DVERSION=%{version} \ -DCMAKE_BUILD_TYPE=Debug \ -DTZ_SYS_RO_SHARE=%TZ_SYS_RO_SHARE -cd objdir && make %{?jobs:-j%jobs} +make %{?jobs:-j%jobs} %install (cd objdir && @@ -42,4 +42,4 @@ rm -rf %{buildroot} %manifest %{name}.manifest %defattr(-,root,root,-) %{TZ_SYS_RO_SHARE}/voice/vc-webview/res/js/* -%{TZ_SYS_RO_SHARE}/voice/vc-webview/res/js_custom/* \ No newline at end of file +%{TZ_SYS_RO_SHARE}/voice/vc-webview/res/js_custom/*