packaging: modify invalid option of tar command on spec file. 52/20552/1 tizen_linux_3.4
authorSooyoung Ha <yoosah.ha@samsung.com>
Fri, 9 May 2014 06:48:27 +0000 (15:48 +0900)
committerSooyoung Ha <yoosah.ha@samsung.com>
Fri, 9 May 2014 06:48:27 +0000 (15:48 +0900)
-s(--preserve-order, --same-order) option cannot use with -c option.

Change-Id: I58aafa0532bc492a639c0a6671ef874efeffa902
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
packaging/emulator-kernel.spec

index 70273a83bc24108b368c4e2e66440b4da10c32ae..611a0c5368e3c523846c03670d2cd1fe56124044 100644 (file)
@@ -71,7 +71,7 @@ make EXTRAVERSION="-%{build_id}" %{imageName} %{?_smp_mflags}
 make EXTRAVERSION="-%{build_id}" modules %{?_smp_mflags}
 
 # 4. Create tar repo for build directory
-tar cpsf linux-kernel-build-%{fullVersion}.tar .
+tar cpSf linux-kernel-build-%{fullVersion}.tar .
 
 %install
 QA_SKIP_BUILD_ROOT="DO_NOT_WANT"; export QA_SKIP_BUILD_ROOT