diff options
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r-- | eclass/toolchain.eclass | 6 |
1 files changed, 1 insertions, 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 |