From 732fb6c562e78c47d070a94e6becbb38487c7e2f Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 24 Jun 2017 09:33:47 -0500 Subject: [PATCH] dchkernel: Store images in versioned directories --- eclass/dchkernel.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/dchkernel.eclass b/eclass/dchkernel.eclass index fe2c821..5efc378 100644 --- a/eclass/dchkernel.eclass +++ b/eclass/dchkernel.eclass @@ -44,7 +44,7 @@ dchkernel_src_configure() { # Installs the kernel image, configuration file, and System.map into # /usr/${libdir}/kernels/${PF} dchkernel_src_install() { - local installpath="/usr/$(get_libdir)"/kernels/"${PF}" + local installpath="/usr/$(get_libdir)"/kernels/"${PN}" dodir "${installpath}" make install INSTALL_PATH="${D%/}${installpath}" || die if in_iuse modules && use modules; then