Fix building issue “can’t find the objdir” for rpm upgraded 75/183575/2 sandbox/dnxowls/rpm_upgrade sandbox/wangbiao/rpm_upgrade
authorjiankang.fan <jiankang.fan@samsung.com>
Wed, 6 Jun 2018 11:26:59 +0000 (19:26 +0800)
committerTaejin Woo <tt.woo@samsung.com>
Mon, 9 Jul 2018 06:04:18 +0000 (06:04 +0000)
Delete repeated to enter objdir command

Signed-off-by: jiankang.fan <jiankang.fan@samsung.com>
Change-Id: I3ff570a1040de73e4131e339cf98e94dc0a90308

packaging/vc-webview-js.spec

index 1769cb4d61dee027d638eeac02fef84d5092170a..a8ac05006f172aa3a4158de50a7bed5638503a88 100755 (executable)
@@ -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/*