Remove repeated command to enter objdir 74/250974/1 accepted/tizen_6.5_unified accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix accepted/tizen_8.0_unified accepted/tizen_unified tizen tizen_6.5 tizen_7.0 tizen_7.0_hotfix tizen_8.0 accepted/tizen/6.5/unified/20211028.123021 accepted/tizen/7.0/unified/20221110.061611 accepted/tizen/7.0/unified/hotfix/20221116.110240 accepted/tizen/8.0/unified/20231005.094323 accepted/tizen/unified/20210113.121047 submit/tizen/20210106.083132 submit/tizen_6.5/20211028.163101 tizen_6.5.m2_release tizen_7.0_m2_release tizen_8.0_m2_release
authorSuyeon Hwang <stom.hwang@samsung.com>
Wed, 6 Jan 2021 08:20:01 +0000 (17:20 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Wed, 6 Jan 2021 08:20:01 +0000 (17:20 +0900)
Change-Id: I3869f9b3631e77f402cf6b0180ce66c51ef295b7
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
packaging/vc-webview-js.spec

index 1769cb4..4908cc0 100755 (executable)
@@ -21,12 +21,13 @@ 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 \
     -DTZ_SYS_RO_SHARE=%TZ_SYS_RO_SHARE
 
-cd objdir && make %{?jobs:-j%jobs}
+make %{?jobs:-j%jobs}
 
 %install
 (cd objdir &&