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

This commit is contained in:
Érico Nogueira 2021-04-14 15:57:54 -03:00 committed by Érico Nogueira Rolim
parent 2a99138ab0
commit 39f092c622

View file

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