sys-apps/util-linux: fix exec bits on examples
authorRobin H. Johnson <robbat2@gentoo.org>
Fri, 3 Apr 2020 22:54:27 +0000 (15:54 -0700)
committerRobin H. Johnson <robbat2@gentoo.org>
Fri, 3 Apr 2020 23:10:02 +0000 (16:10 -0700)
Closes: https://bugs.gentoo.org/683480
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
sys-apps/util-linux/util-linux-2.35.1-r1.ebuild

index aeb4cff8ef2f498725560c650a79037e7d591e3f..718444cf1f096303a76fbdcd528b17b94d6a7093 100644 (file)
@@ -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