linux5.1: document where modules are compressed
[ci skip]
This commit is contained in:
parent
14650fcc12
commit
8f043905c2
|
@ -286,8 +286,8 @@ do_install() {
|
|||
mkdir -p ${hdrdest}/arch/x86/ras
|
||||
cp -a arch/x86/ras/Kconfig ${hdrdest}/arch/x86/ras/Kconfig
|
||||
|
||||
# Extract debugging symbols
|
||||
msg_normal "$pkgver: extracting debug info, please wait...\n"
|
||||
# Extract debugging symbols and compress modules
|
||||
msg_normal "$pkgver: extracting debug info and compressing modules, please wait...\n"
|
||||
install -Dm644 vmlinux ${DESTDIR}/usr/lib/debug/boot/vmlinux-${_kernver}
|
||||
(
|
||||
cd ${DESTDIR}
|
||||
|
|
Loading…
Reference in New Issue