diff options
author | Cem Keylan <cem@ckyln.com> | 2021-08-30 01:32:00 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-08-30 01:32:00 +0300 |
commit | 2e471a93c82042d6efb82f9a842e15b70b79fd39 (patch) | |
tree | 67c623b91d9858f03c85f70a7bd4e538e7d0a636 /core/linux-headers/build | |
parent | 837bd81d0ddc0c2fb62f95353f26f52059e7cdba (diff) | |
download | repository-2e471a93c82042d6efb82f9a842e15b70b79fd39.tar.gz |
linux-headers: bump to 5.13.13
Diffstat (limited to 'core/linux-headers/build')
-rwxr-xr-x | core/linux-headers/build | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/core/linux-headers/build b/core/linux-headers/build index 198aeff4..4dfd545d 100755 --- a/core/linux-headers/build +++ b/core/linux-headers/build @@ -1,6 +1,3 @@ #!/bin/sh -e -# 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" +make PREFIX=/usr ARCH=x86 DESTDIR="$1" install |