summaryrefslogtreecommitdiff
path: root/eclass/cmake.eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/cmake.eclass')
-rw-r--r--eclass/cmake.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass
index e5f972c2036..51bcb57653d 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