linux4.9: move System.map to -dbg package.

This commit is contained in:
Érico Nogueira 2021-04-14 15:58:42 -03:00 committed by Érico Nogueira Rolim
parent f0725a1562
commit a89b660bed

View file

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