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

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

View file

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