linux5.1: document where modules are compressed

[ci skip]
This commit is contained in:
avoidr 2019-07-06 00:04:19 +02:00 committed by Juan RP
parent 14650fcc12
commit 8f043905c2
1 changed files with 2 additions and 2 deletions

View File

@ -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}