commit: d587029d478e3bf926062922a6ec983d3456435f Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Sun Nov 22 19:18:47 2015 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Sun Nov 22 19:21:02 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d587029d
sys-boot/palo: Use insopts instead of INSOPTIONS (bug #566492). Package-Manager: portage-2.2.25 sys-boot/palo/palo-1.95.ebuild | 3 ++- sys-boot/palo/palo-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys-boot/palo/palo-1.95.ebuild b/sys-boot/palo/palo-1.95.ebuild index 8c537ac..03ea982 100644 --- a/sys-boot/palo/palo-1.95.ebuild +++ b/sys-boot/palo/palo-1.95.ebuild @@ -40,5 +40,6 @@ src_install() { doins iplboot insinto /etc/kernel/postinst.d/ - INSOPTIONS="-m 0744" doins "${FILESDIR}"/99palo + insopts -m 0744 + doins "${FILESDIR}"/99palo } diff --git a/sys-boot/palo/palo-9999.ebuild b/sys-boot/palo/palo-9999.ebuild index e1bb604..cb7b91a 100644 --- a/sys-boot/palo/palo-9999.ebuild +++ b/sys-boot/palo/palo-9999.ebuild @@ -40,5 +40,6 @@ src_install() { doins iplboot insinto /etc/kernel/postinst.d/ - INSOPTIONS="-m 0744" doins "${FILESDIR}"/99palo + insopts -m 0744 + doins "${FILESDIR}"/99palo }