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