summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2015-11-22 20:18:47 +0100
committerJeroen Roovers <jer@gentoo.org>2015-11-22 20:21:02 +0100
commitd587029d478e3bf926062922a6ec983d3456435f (patch)
tree6a89201974dbdb510165fb804f59b7d249767df4 /sys-boot
parentgames-arcade/xboing: Migrate away from games.eclass (diff)
downloadgentoo-d587029d478e3bf926062922a6ec983d3456435f.tar.gz
gentoo-d587029d478e3bf926062922a6ec983d3456435f.tar.bz2
gentoo-d587029d478e3bf926062922a6ec983d3456435f.zip
sys-boot/palo: Use insopts instead of INSOPTIONS (bug #566492).
Package-Manager: portage-2.2.25
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/palo/palo-1.95.ebuild3
-rw-r--r--sys-boot/palo/palo-9999.ebuild3
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 8c537acc0efb..03ea98239607 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 e1bb604bc95e..cb7b91ad9293 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
}