From 8f043905c25edadad2c5c1cbf5896d3a0b617b11 Mon Sep 17 00:00:00 2001 From: avoidr Date: Sat, 6 Jul 2019 00:04:19 +0200 Subject: [PATCH] linux5.1: document where modules are compressed [ci skip] --- srcpkgs/linux5.1/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/linux5.1/template b/srcpkgs/linux5.1/template index e4f8197d4bf..e4f60eb0c17 100644 --- a/srcpkgs/linux5.1/template +++ b/srcpkgs/linux5.1/template @@ -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}