From 56099ed6ad87566c7e58090aa8cf472fe5b4e3a9 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Sun, 26 Apr 2020 10:30:03 +0200 Subject: [PATCH] app-shells/bash: Fixed "docinto" usage Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Lars Wendler --- app-shells/bash/bash-4.4_p23-r1.ebuild | 2 +- app-shells/bash/bash-5.0_p11.ebuild | 2 +- app-shells/bash/bash-5.0_p16.ebuild | 2 +- app-shells/bash/bash-5.0_p17.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 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} diff --git a/app-shells/bash/bash-5.0_p11.ebuild b/app-shells/bash/bash-5.0_p11.ebuild index cf6f13f0d787..6f6fa4bb6e82 100644 --- a/app-shells/bash/bash-5.0_p11.ebuild +++ b/app-shells/bash/bash-5.0_p11.ebuild @@ -221,7 +221,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} diff --git a/app-shells/bash/bash-5.0_p16.ebuild b/app-shells/bash/bash-5.0_p16.ebuild index cf6f13f0d787..6f6fa4bb6e82 100644 --- a/app-shells/bash/bash-5.0_p16.ebuild +++ b/app-shells/bash/bash-5.0_p16.ebuild @@ -221,7 +221,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} diff --git a/app-shells/bash/bash-5.0_p17.ebuild b/app-shells/bash/bash-5.0_p17.ebuild index cf6f13f0d787..6f6fa4bb6e82 100644 --- a/app-shells/bash/bash-5.0_p17.ebuild +++ b/app-shells/bash/bash-5.0_p17.ebuild @@ -221,7 +221,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} -- 2.26.2