summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMaciej Mrozowski <reavertm@gentoo.org>2011-02-01 00:08:19 +0000
committerMaciej Mrozowski <reavertm@gentoo.org>2011-02-01 00:08:19 +0000
commit86056ee4d706ccbaa84611a39e104b3536c734ba (patch)
tree702141c4997596a3f5fde2ce467a2994e3340205 /eclass
parentVersion bumped. (diff)
downloadhistorical-86056ee4d706ccbaa84611a39e104b3536c734ba.tar.gz
historical-86056ee4d706ccbaa84611a39e104b3536c734ba.tar.bz2
historical-86056ee4d706ccbaa84611a39e104b3536c734ba.zip
Pass autotools-utils-src_install args to base_src_install. Requested by Michał Górny.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/autotools-utils.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/autotools-utils.eclass b/eclass/autotools-utils.eclass
index c802b8ba08db..9a5e4ea55428 100644
--- a/eclass/autotools-utils.eclass
+++ b/eclass/autotools-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/autotools-utils.eclass,v 1.8 2011/01/31 14:09:01 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-utils.eclass,v 1.9 2011/02/01 00:08:19 reavertm Exp $
# @ECLASS: autotools-utils.eclass
# @MAINTAINER:
@@ -240,7 +240,7 @@ autotools-utils_src_install() {
_check_build_dir
pushd "${AUTOTOOLS_BUILD_DIR}" > /dev/null
- base_src_install
+ base_src_install "$@"
popd > /dev/null
# Remove libtool files and unnecessary static libs