diff options
Diffstat (limited to 'app-shells/bash/bash-4.4_p23-r1.ebuild')
-rw-r--r-- | app-shells/bash/bash-4.4_p23-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/bash/bash-4.4_p23-r1.ebuild b/app-shells/bash/bash-4.4_p23-r1.ebuild index d40bcd6d09b1..d939664e191b 100644 --- a/app-shells/bash/bash-4.4_p23-r1.ebuild +++ b/app-shells/bash/bash-4.4_p23-r1.ebuild @@ -217,7 +217,7 @@ src_install() { if use examples ; then for d in examples/{functions,misc,scripts,startup-files} ; do exeinto /usr/share/doc/${PF}/${d} - docinto /usr/share/doc/${PF}/${d} + docinto ${d} for f in ${d}/* ; do if [[ ${f##*/} != PERMISSION ]] && [[ ${f##*/} != *README ]] ; then doexe ${f} |