Skip to content
Snippets Groups Projects
Commit 0ece210b authored by Seblu's avatar Seblu
Browse files

Fix missing cpio

./kernel/gen_kheaders.sh: line 77: cpio: command not found
make[1]: *** [kernel/Makefile:132: kernel/kheaders_data.tar.xz] Error 127
make: *** [Makefile:1071: kernel] Error 2
make: *** Waiting for unfinished jobs....
parent 7e33e354
No related branches found
No related tags found
No related merge requests found
Pipeline #203 passed
......@@ -9,7 +9,7 @@ arch=('x86_64')
license=('GPL2')
url='http://www.kernel.org'
options=('!strip' '!buildflags')
makedepends=('glibc' 'libelf' 'kmod' 'git' 'make' 'gcc' 'bc' 'sed')
makedepends=('glibc' 'libelf' 'kmod' 'git' 'make' 'gcc' 'bc' 'sed' 'cpio')
depends=('linux-firmware' 'kernel-install-hook')
install=linux-seblu.install
_repourl='git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment