From 0631c725cb115cb12475d0855c27537cd3397edf Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 6 May 2020 21:57:57 +0300 Subject: linux-headers: bump to 5.6.11 --- core/linux-headers/build | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'core/linux-headers/build') 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" -- cgit v1.2.3