sys-devel/binutils: Remove x bit of script and call chmod in ebuild
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Tue, 17 Jul 2018 14:25:36 +0000 (16:25 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Tue, 17 Jul 2018 14:26:06 +0000 (16:26 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

sys-devel/binutils/binutils-2.31.ebuild
sys-devel/binutils/files/binutils-2.31-test-driver [changed mode: 0755->0644]

index eff39eb37c20d0337670ab2162ceac15d6daec39..ea7e40bf96725e013ebabaec6e64f0d373d44e36 100644 (file)
@@ -102,6 +102,7 @@ src_unpack() {
 src_prepare() {
        # this file is missing in the 2.31 tarball, affects gold testsuite
        cp "${FILESDIR}/${P}-test-driver" "${S}/test-driver" || die
+       chmod +x "${S}/test-driver" || die
 
        if [[ ! -z ${PATCH_VER} ]] ; then
                einfo "Applying binutils-${PATCH_BINUTILS_VER} patchset ${PATCH_VER}"