From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F0AF158170 for ; Thu, 18 Jul 2024 16:16:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D6C5E2A8E; Thu, 18 Jul 2024 16:16:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 59BCBE2A8E for ; Thu, 18 Jul 2024 16:16:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C5D1335DCC for ; Thu, 18 Jul 2024 16:15:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF5861E45 for ; Thu, 18 Jul 2024 16:15:53 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1721319342.16a996d29fa0854707cb72647fe9bef47ee4a963.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/kernel-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 16a996d29fa0854707cb72647fe9bef47ee4a963 X-VCS-Branch: master Date: Thu, 18 Jul 2024 16:15:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 94784807-4e67-4baa-88a8-7e565c480c9f X-Archives-Hash: 8efaa9147dd536fbe0d35d7b357cf854 commit: 16a996d29fa0854707cb72647fe9bef47ee4a963 Author: Michał Górny gentoo org> AuthorDate: Thu Jul 18 13:30:42 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jul 18 16:15:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16a996d2 kernel-build.eclass: Fix leftover dir_ver use Fixes: da6193c02d0f (...make kernel install paths match release) Signed-off-by: Michał Górny gentoo.org> eclass/kernel-build.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kernel-build.eclass b/eclass/kernel-build.eclass index d8e50e75812f..cf060fa83766 100644 --- a/eclass/kernel-build.eclass +++ b/eclass/kernel-build.eclass @@ -461,7 +461,7 @@ kernel-build_src_install() { --confdir "${T}/empty-directory" --kernel-image "${image}" --kmoddir "${ED}/lib/modules/${KV_FULL}" - --kver "${dir_ver}" + --kver "${KV_FULL}" --verbose --compress="xz -9e --check=crc32" --no-hostonly