commit:     8da39130c7e90e06481a6606d798c1ff65291e46
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun May  1 23:52:09 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun May  1 23:52:09 2016 +0000
URL:        https://gitweb.gentoo.org/proj/hardened-dev.git/commit/?id=8da39130

Revert "toolchain.eclass: sanely check if there are spec files to be installed"

This reverts commit c5c2daa6ff0970a37747c58328df38b4ce57207f.

Zorry already addressed this issue in the previous commit.

 eclass/toolchain.eclass | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 40b2cf9..247dcee 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1954,11 +1954,7 @@ copy_minispecs_gcc_specs() {
        fi
        create_gcc_env_entry vanilla
        insinto ${LIBPATH}
-       # Only doins if there are actually spec files in "${WORKDIR}"/specs/
-       local SPECSDIR="${WORKDIR}"/specs/
-       if [[ "$(ls -A ${SPECSDIR})" ]]; then
-               doins "${SPECSDIR}"/*.specs || die "failed to install specs"
-       fi
+       doins "${WORKDIR}"/specs/*.specs || die "failed to install specs"
        # Build system specs file which, if it exists, must be a complete set of
        # specs as it completely and unconditionally overrides the builtin 
specs.
        if ! tc_version_is_at_least 4.4 ; then

Reply via email to