diff options
-rwxr-xr-x | bin/ebuild-helpers/doins | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/ebuild-helpers/doins b/bin/ebuild-helpers/doins index bcef3118f..7dec14682 100755 --- a/bin/ebuild-helpers/doins +++ b/bin/ebuild-helpers/doins @@ -114,7 +114,10 @@ for x in "$@" ; do x=${x##*/} x_orig=$x # Follow any symlinks recursively until we've got - # a normal directory for 'find' to traverse. + # a normal directory for 'find' to traverse. The + # name of the symlink will be used for the name + # of the installed directory, as discussed in + # bug #239529. while [ -L "$x" ] ; do pushd "$(readlink "$x")" >/dev/null x=${PWD##*/} |