Remove repeated command to enter objdir 76/250976/1 accepted/tizen_6.5_unified accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix tizen_6.5 tizen_7.0 tizen_7.0_hotfix accepted/tizen/6.5/unified/20211028.122933 accepted/tizen/7.0/unified/20221110.062605 accepted/tizen/7.0/unified/hotfix/20221116.110238 accepted/tizen/unified/20210113.121052 submit/tizen/20210106.083132 submit/tizen_6.5/20211028.163101 tizen_6.5.m2_release tizen_7.0_m2_release
authorSuyeon Hwang <stom.hwang@samsung.com>
Wed, 6 Jan 2021 08:23:01 +0000 (17:23 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Wed, 6 Jan 2021 08:23:01 +0000 (17:23 +0900)
Change-Id: Ia4dd4ad9fc9af8708cb485bb44f780527f316a99
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
packaging/vc-webview.spec

index 8dd6691659ff6c1aea502fe75096306c3709a0c1..0d67412ddceb7856f3c36536ddc5374a06d2995d 100755 (executable)
@@ -37,14 +37,15 @@ export LDFLAGS+="-Wl,--rpath=%{_libdir} -Wl,--hash-style=both -Wl,--as-needed,-l
 rm -rf objdir
 mkdir objdir
 
-cd objdir && cmake .. -DVERSION=%{version} \
+cd objdir
+cmake .. -DVERSION=%{version} \
     -DCMAKE_INSTALL_PREFIX=%{_prefix} \
     -DCMAKE_BUILD_TYPE=Debug \
     -DLIBDIR=%{_libdir} \
     -DINCLUDEDIR=%{_includedir} \
     -DTZ_SYS_RO_SHARE=%TZ_SYS_RO_SHARE
 
-cd objdir && make %{?jobs:-j%jobs}
+make %{?jobs:-j%jobs}
 
 %install
 (cd objdir &&