From 1c7de8c47c59521925bae979652decde22ba9760 Mon Sep 17 00:00:00 2001 From: Jaechul Lee Date: Thu, 16 Feb 2017 14:47:49 +0900 Subject: [PATCH] packaging: added execution authority to script files GBS build would be failed sometimes because script file don't have execution authority even though I already added execution permission like this '755'. So, I added execute permisson forcibly while RPM is executed. Change-Id: Ie014c03575659c5f1bca18af8572c712251c38fd Signed-off-by: Jaechul Lee --- packaging/linux-3.18-exynos7270.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packaging/linux-3.18-exynos7270.spec b/packaging/linux-3.18-exynos7270.spec index 48e76ba9db9..1800c28844f 100644 --- a/packaging/linux-3.18-exynos7270.spec +++ b/packaging/linux-3.18-exynos7270.spec @@ -82,6 +82,10 @@ This package provides kernel license file. make distclean +chmod a+x release_obs.sh +chmod a+x ./scripts/exynos_dtbtool.sh +chmod a+x ./scripts/exynos_mkdzimage.sh + ./release_obs.sh cp -f arch/arm64/boot/Image %{_builddir}/Image.%{MODEL} -- 2.34.1