summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2020-04-03 15:54:27 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2020-04-03 16:10:02 -0700
commit6a566c9fdd20a3b820f16b79ac9d04cdf1b49c37 (patch)
tree43c5858b842e24b3241f630137124e596f92faa8 /sys-apps
parentsys-apps/util-linux: support libaudit usage (diff)
downloadgentoo-6a566c9fdd20a3b820f16b79ac9d04cdf1b49c37.tar.gz
gentoo-6a566c9fdd20a3b820f16b79ac9d04cdf1b49c37.tar.bz2
gentoo-6a566c9fdd20a3b820f16b79ac9d04cdf1b49c37.zip
sys-apps/util-linux: fix exec bits on examples
Closes: https://bugs.gentoo.org/683480 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/util-linux/util-linux-2.35.1-r1.ebuild1
1 files changed, 1 insertions, 0 deletions
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