morpheus

suckless linux distro
git clone git://git.2f30.org/morpheus
Log | Files | Refs | Submodules | README | LICENSE

commit 33ec3100cd3763d2f0e061af0d9820bf89147e59
parent 531a6f1de8b19e66627479cdf1981071c4a3193e
Author: sin <sin@2f30.org>
Date:   Tue,  4 Mar 2014 11:22:24 +0000

headers_install does not install all the required kernel headers

Simply do a cp for now.

Diffstat:
Mpkgs/kernel_headers | 7+------
1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/pkgs/kernel_headers b/pkgs/kernel_headers @@ -3,9 +3,4 @@ url="$mirror/kernel.tar.gz" build: crossmusl cd src/linux-$v - if test "$arch" = x86_64; then - A=$arch - else - A=x86 - fi - make ARCH="$A" INSTALL_HDR_PATH="$root" headers_install + cp -a include/* "$root/include/"