From 44f95c336afa47026f0c263cac43ac8d6d98be05 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 27 Apr 2020 16:26:03 +0300 Subject: linux-headers: fix building without rsync --- core/linux-headers/build | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'core/linux-headers/build') diff --git a/core/linux-headers/build b/core/linux-headers/build index 5eae502f..269a45f1 100755 --- a/core/linux-headers/build +++ b/core/linux-headers/build @@ -1,3 +1,7 @@ #!/bin/sh -e -make headers_install INSTALL_HDR_PATH="$1/usr" +make headers + +# This is used to install headers without an +# rsync dependency. +find usr/include -name '*.h' -exec install -Dm644 "{}" "$1/{}" \; -- cgit v1.2.3