commit:     2ce938a9bb5f7ea13e00598930efeb2e10de6f3e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 27 19:29:09 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 27 19:29:09 2025 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=2ce938a9

cmake.eclass: Reorder arguments in cmake_src_install cmake_build call

Bug: https://bugs.gentoo.org/963428
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 eclass/cmake.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass
index e5f972c203..51bcb57653 100644
--- a/eclass/cmake.eclass
+++ b/eclass/cmake.eclass
@@ -706,7 +706,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

Reply via email to