aboutsummaryrefslogtreecommitdiff
path: root/core/linux-headers/build
diff options
context:
space:
mode:
Diffstat (limited to 'core/linux-headers/build')
-rwxr-xr-xcore/linux-headers/build9
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"