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

This commit is contained in:
Érico Nogueira
2021-04-14 15:57:53 -03:00
committed by Érico Nogueira Rolim
parent 79da1cd2c3
commit 2a99138ab0

View File

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