summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-boot/palo/palo-9999.ebuild')
-rw-r--r--sys-boot/palo/palo-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
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
}