summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
}