Previous modification changed the cp command to:
instinto /usr/libexec/${PN}
doins "${FILESDIR}"/libexec/${PN}.sh
However, this change is incorrect as it strips the exec flag from ${PN}.sh.
This commit changes the insinto and doins to exeinto and doexe which fixes the
problem.
Gentoo-bug: 586000
Package-Manager: portage-2.3.0_rc1
default
dodir /usr/libexec/${PN}
- insinto /usr/libexec/${PN}
- doins "${FILESDIR}"/libexec/${PN}.sh
+ exeinto /usr/libexec/${PN}
+ doexe "${FILESDIR}"/libexec/${PN}.sh
newconfd "${FILESDIR}"/${PN}.confd ${PN}
newinitd "${FILESDIR}"/${PN}.init-r2 ${PN}