mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 22:41:09 +02:00
Revert "sys-kernel/coreos-sources: make sure sync-check.sh is executable"
This reverts commit ddc70adfcb21076fc782aa992047c4836d653f57.
This commit is contained in:
parent
dc4af672e7
commit
c20b1e4363
@ -26,16 +26,6 @@ fi
|
||||
KEYWORDS="amd64 arm64"
|
||||
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
|
||||
# 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user