Revert "sys-kernel/coreos-sources: make sure sync-check.sh is executable"

This reverts commit ddc70adfcb21076fc782aa992047c4836d653f57.
This commit is contained in:
Jenkins OS 2018-01-23 20:04:51 +00:00
parent dc4af672e7
commit c20b1e4363

View File

@ -26,16 +26,6 @@ fi
KEYWORDS="amd64 arm64" KEYWORDS="amd64 arm64"
IUSE="" IUSE=""
# For 4.14 >= 4.14.10
src_install() {
kernel-2_src_install
local r="${PR#r0}"
local script="${ED}/usr/src/linux-${PV/_rc/-rc}-coreos${r:+-${r}}/tools/objtool/sync-check.sh"
if [[ -e "${script}" ]]; then
chmod +x "${script}" || die
fi
}
# XXX: Note we must prefix the patch filenames with "z" to ensure they are # XXX: Note we must prefix the patch filenames with "z" to ensure they are
# applied _after_ a potential patch-${KV}.patch file, present when building a # applied _after_ a potential patch-${KV}.patch file, present when building a
# patchlevel revision. We mustn't apply our patches first, it fails when the # patchlevel revision. We mustn't apply our patches first, it fails when the