From e53d8e4dc00f2e9127d1c93676731f889a0ca0b4 Mon Sep 17 00:00:00 2001 From: Sooyoung Ha Date: Fri, 9 May 2014 15:48:27 +0900 Subject: [PATCH] packaging: modify invalid option of tar command on spec file. -s(--preserve-order, --same-order) option cannot use with -c option. Change-Id: I58aafa0532bc492a639c0a6671ef874efeffa902 Signed-off-by: Sooyoung Ha --- packaging/emulator-kernel.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/emulator-kernel.spec b/packaging/emulator-kernel.spec index 70273a83bc24..611a0c5368e3 100644 --- a/packaging/emulator-kernel.spec +++ b/packaging/emulator-kernel.spec @@ -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 -- 2.34.1