diff options
-rw-r--r-- | eclass/multilib-build.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/multilib-build.eclass b/eclass/multilib-build.eclass index cdd8643..0bab0b9 100644 --- a/eclass/multilib-build.eclass +++ b/eclass/multilib-build.eclass @@ -1022,7 +1022,7 @@ _EOF_ # don't rewrite symlink targets if we are relying on redundant @wrapping! # that would be bad (even if it worked it'd be awfully confusing) - if [[ ${dosymlink} == yes && -L "${root}${f}" ]]; then + if [[ ${dosymlink} == yes && -L "${root}${f}" ]]; then # rewrite the symlink target local target=$(readlink "${root}${f}") local target_dir |