diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-06 21:57:57 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-06 21:57:57 +0300 |
commit | 0631c725cb115cb12475d0855c27537cd3397edf (patch) | |
tree | 29a7c1313389e24ee421a3f738f8cd55cb36ad68 /core/linux-headers/build | |
parent | fae2682295da6509f50c33da07b53a409247cf15 (diff) | |
download | repository-0631c725cb115cb12475d0855c27537cd3397edf.tar.gz |
linux-headers: bump to 5.6.11
Diffstat (limited to 'core/linux-headers/build')
-rwxr-xr-x | core/linux-headers/build | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/core/linux-headers/build b/core/linux-headers/build index 269a45f1..198aeff4 100755 --- a/core/linux-headers/build +++ b/core/linux-headers/build @@ -1,7 +1,6 @@ #!/bin/sh -e -make headers - -# This is used to install headers without an -# rsync dependency. -find usr/include -name '*.h' -exec install -Dm644 "{}" "$1/{}" \; +# Switched back to the rsync installation method +# as it is back to core, and sbase find causes a +# faulty manifest generation. +make headers_install INSTALL_HDR_PATH="$1/usr" |