* [gentoo-dev] [PATCH] cmake.eclass: Reorder arguments in cmake_src_install cmake_build call
@ 2025-10-02 16:58 Andreas Sturmlechner
0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2025-10-02 16:58 UTC (permalink / raw
To: gentoo-dev, kde, base-system
[-- Attachment #1: Type: text/plain, Size: 641 bytes --]
See also: https://github.com/gentoo/gentoo/pull/44007
Bug: https://bugs.gentoo.org/963428
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
---
eclass/cmake.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass
index 2e799f14352e..b3a1cde6057e 100644
--- a/eclass/cmake.eclass
+++ b/eclass/cmake.eclass
@@ -796,7 +796,7 @@ cmake_src_test() {
cmake_src_install() {
debug-print-function ${FUNCNAME} "$@"
- DESTDIR="${D}" cmake_build install "$@"
+ DESTDIR="${D}" cmake_build "$@" install
if [[ ${EAPI} == 7 ]]; then
pushd "${S}" > /dev/null || die
--
2.51.0
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 789 bytes --]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-10-02 18:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-02 16:58 [gentoo-dev] [PATCH] cmake.eclass: Reorder arguments in cmake_src_install cmake_build call Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox