mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
rpi-kernel: fix typo
This commit is contained in:
parent
1e79426afb
commit
ca49b4f887
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ do_install() {
|
|||
|
||||
mkdir -p ${hdrdest}/arch/${arch}/kernel
|
||||
cp arch/${arch}/Makefile ${hdrdest}/arch/${arch}
|
||||
mkdir -p ${hdrdest}/arch/arm64/kernel
|
||||
mkdir -p ${hdrdest}/arch/${arch}/kernel
|
||||
cp arch/${arch}/kernel/asm-offsets.s ${hdrdest}/arch/${arch}/kernel
|
||||
if [ "$arch" = "arm64" ]; then
|
||||
cp -a arch/arm64/kernel/vdso ${hdrdest}/arch/arm64/kernel/
|
||||
|
|
Loading…
Add table
Reference in a new issue