From 8da39130c7e90e06481a6606d798c1ff65291e46 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Sun, 1 May 2016 19:52:09 -0400 Subject: 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 40b2cf94..247dcee6 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 -- cgit v1.2.3-65-gdbad