From 50e93c87a4aa15c3b1fcf1484bb85d67a4904226 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Wed, 14 Apr 2021 15:57:54 -0300 Subject: [PATCH] linux4.4: move System.map to -dbg package. --- srcpkgs/linux4.4/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/linux4.4/template b/srcpkgs/linux4.4/template index 83bfcc9746..db6cf3d38e 100644 --- a/srcpkgs/linux4.4/template +++ b/srcpkgs/linux4.4/template @@ -311,5 +311,6 @@ linux4.4-dbg_package() { short_desc+=" - debugging symbols" pkg_install() { vmove usr/lib/debug + vmove "boot/System.map-${_kernver}" } }