diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-01-30 00:44:36 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-01-30 00:44:36 +0000 |
commit | 41a35ab298fba87ebeb6343bc049704df61bbe7f (patch) | |
tree | af65c833b6558353211c6a689f7898356242d807 /sys-boot/palo/palo-1.18-r1.ebuild | |
parent | Removed old, re-digest from new tar ball (diff) | |
download | historical-41a35ab298fba87ebeb6343bc049704df61bbe7f.tar.gz historical-41a35ab298fba87ebeb6343bc049704df61bbe7f.tar.bz2 historical-41a35ab298fba87ebeb6343bc049704df61bbe7f.zip |
Install an installkernel postinst script.
Package-Manager: portage-2.2.0_alpha161/cvs/Linux x86_64
Manifest-Sign-Key: 0xA792A613
Diffstat (limited to 'sys-boot/palo/palo-1.18-r1.ebuild')
-rw-r--r-- | sys-boot/palo/palo-1.18-r1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys-boot/palo/palo-1.18-r1.ebuild b/sys-boot/palo/palo-1.18-r1.ebuild index ccb71d32ddf0..d72fe5b4b79a 100644 --- a/sys-boot/palo/palo-1.18-r1.ebuild +++ b/sys-boot/palo/palo-1.18-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-1.18-r1.ebuild,v 1.2 2011/11/26 18:51:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-1.18-r1.ebuild,v 1.3 2013/01/30 00:44:35 jer Exp $ EAPI="2" @@ -44,4 +44,7 @@ src_install() { insinto /usr/share/palo doins iplboot || die + + insinto /etc/kernel/postinst.d/ + INSOPTIONS="-m 0744" doins "${FILESDIR}"/99palo } |