diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-10-13 16:40:34 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-10-13 16:40:34 +0000 |
commit | f413a8aab6455f1273c9822a654129341e71f0c1 (patch) | |
tree | 39f8952ec6b21b2220b1eb73225c3f2a7ef26c0a /eclass/cmake-utils.eclass | |
parent | tidy (diff) | |
download | historical-f413a8aab6455f1273c9822a654129341e71f0c1.tar.gz historical-f413a8aab6455f1273c9822a654129341e71f0c1.tar.bz2 historical-f413a8aab6455f1273c9822a654129341e71f0c1.zip |
Pass the arguments to the src_install to base_src_install.
Diffstat (limited to 'eclass/cmake-utils.eclass')
-rw-r--r-- | eclass/cmake-utils.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass index e115e74560ae..9205a79530af 100644 --- a/eclass/cmake-utils.eclass +++ b/eclass/cmake-utils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/cmake-utils.eclass,v 1.59 2010/09/16 16:04:11 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/cmake-utils.eclass,v 1.60 2010/10/13 16:40:34 scarabeus Exp $ # @ECLASS: cmake-utils.eclass # @MAINTAINER: @@ -380,7 +380,7 @@ enable_cmake-utils_src_install() { _check_build_dir pushd "${CMAKE_BUILD_DIR}" > /dev/null - base_src_install + base_src_install "$@" popd > /dev/null # Backward compatibility, for non-array variables |