summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-04-07 18:27:18 +0000
committerMike Frysinger <vapier@gentoo.org>2013-04-07 18:27:18 +0000
commit9bbbce3d9f07255073545818d9f1015ef270f7ac (patch)
tree1c7aac8dcb3e911348fa46f19d7e48d83a774e40 /eclass/toolchain.eclass
parentfixed wrong install of some dir's, changed by plugin maintainer without leave... (diff)
downloadhistorical-9bbbce3d9f07255073545818d9f1015ef270f7ac.tar.gz
historical-9bbbce3d9f07255073545818d9f1015ef270f7ac.tar.bz2
historical-9bbbce3d9f07255073545818d9f1015ef270f7ac.zip
make sure gcc/doc/ in the output exists, and copy all info files #464008
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r--eclass/toolchain.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 6e2c10eedebc..ceda93af4437 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.577 2013/04/07 08:56:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.578 2013/04/07 18:27:18 vapier Exp $
#
# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
@@ -1498,7 +1498,8 @@ toolchain_src_install() {
find gcc/include*/ -type l -delete
# Copy over the info pages. We disabled their generation earlier, but the
# build system only expects to install out of the build dir, not the source. #464008
- cp "${S}"/gcc/doc/*.info gcc/doc/ || die
+ mkdir -p gcc/doc
+ cp "${S}"/gcc/doc/*.info* gcc/doc/ || die
# Remove generated headers, as they can cause things to break
# (ncurses, openssl, etc).
while read x ; do