net-firewall/nftables: correct install utility function calls
authorNicholas Vinson <nvinson234@gmail.com>
Wed, 15 Jun 2016 12:59:27 +0000 (05:59 -0700)
committerGöktürk Yüksek <gokturk@gentoo.org>
Wed, 15 Jun 2016 15:42:58 +0000 (11:42 -0400)
commit1c80f594d8971d59cce294aa6720ddc5a4c2f954
tree7b369a2ddd2882c8a996d5f67ad863bbfc670213
parent0b1df991d8f587c05f7a81c53ea45bf9c1b34dc1
net-firewall/nftables: correct install utility function calls

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
net-firewall/nftables/nftables-0.5-r4.ebuild [moved from net-firewall/nftables/nftables-0.5-r3.ebuild with 95% similarity]