commit:     6a566c9fdd20a3b820f16b79ac9d04cdf1b49c37
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  3 22:54:27 2020 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Fri Apr  3 23:10:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a566c9f

sys-apps/util-linux: fix exec bits on examples

Closes: https://bugs.gentoo.org/683480
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

 sys-apps/util-linux/util-linux-2.35.1-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-apps/util-linux/util-linux-2.35.1-r1.ebuild 
b/sys-apps/util-linux/util-linux-2.35.1-r1.ebuild
index aeb4cff8ef2..718444cf1f0 100644
--- a/sys-apps/util-linux/util-linux-2.35.1-r1.ebuild
+++ b/sys-apps/util-linux/util-linux-2.35.1-r1.ebuild
@@ -283,6 +283,7 @@ multilib_src_install() {
 
 multilib_src_install_all() {
        dodoc AUTHORS NEWS README* Documentation/{TODO,*.txt,releases/*}
+       chmod -x "${ED}"/usr/share/doc/util-linux-${PVR}/getopt/getopt-parse* 
|| die
 
        # e2fsprogs-libs didnt install .la files, and .pc work fine
        find "${ED}" -name "*.la" -delete || die

Reply via email to