linux4.4: 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 39f092c622
commit 50e93c87a4

View file

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