linux5.10: move System.map to -dbg package.

This commit is contained in:
Érico Nogueira 2021-04-14 15:57:55 -03:00 committed by Érico Nogueira Rolim
parent 50e93c87a4
commit 140534dc74

View file

@ -335,5 +335,6 @@ linux5.10-dbg_package() {
short_desc+=" - debugging symbols"
pkg_install() {
vmove usr/lib/debug
vmove "boot/System.map-${_kernver}"
}
}