From: Robin H. Johnson Date: Fri, 3 Apr 2020 22:54:27 +0000 (-0700) Subject: sys-apps/util-linux: fix exec bits on examples X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6a566c9fdd20a3b820f16b79ac9d04cdf1b49c37;p=gentoo.git sys-apps/util-linux: fix exec bits on examples Closes: https://bugs.gentoo.org/683480 Signed-off-by: Robin H. Johnson --- 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 aeb4cff8ef2f..718444cf1f09 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