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