diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-09-02 21:18:09 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-09-02 21:18:09 +0000 |
commit | a7b73ec298fe45245cbfaf1b32f3b5354f87a339 (patch) | |
tree | daa152a0f46b542b03dec6b154ec41b221d939b3 /sys-boot/grub/grub-0.97-r10.ebuild | |
parent | Version bump (diff) | |
download | historical-a7b73ec298fe45245cbfaf1b32f3b5354f87a339.tar.gz historical-a7b73ec298fe45245cbfaf1b32f3b5354f87a339.tar.bz2 historical-a7b73ec298fe45245cbfaf1b32f3b5354f87a339.zip |
Bug #330745: Grub needs executable stack. No version bump yet, new revbump with patchset coming in a few days.
Package-Manager: portage-2.2_rc71/cvs/Linux x86_64
Diffstat (limited to 'sys-boot/grub/grub-0.97-r10.ebuild')
-rw-r--r-- | sys-boot/grub/grub-0.97-r10.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys-boot/grub/grub-0.97-r10.ebuild b/sys-boot/grub/grub-0.97-r10.ebuild index 97b33ba23058..b07369ca9aea 100644 --- a/sys-boot/grub/grub-0.97-r10.ebuild +++ b/sys-boot/grub/grub-0.97-r10.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild,v 1.4 2010/07/31 22:26:42 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild,v 1.5 2010/09/02 21:18:09 robbat2 Exp $ # XXX: we need to review menu.lst vs grub.conf handling. We've been converting # all systems to grub.conf (and symlinking menu.lst to grub.conf), but # we never updated any of the source code (it still all wants menu.lst), # and there is no indication that upstream is making the transition. -inherit mount-boot eutils flag-o-matic toolchain-funcs autotools linux-info +inherit mount-boot eutils flag-o-matic toolchain-funcs autotools linux-info pax-utils PATCHVER="1.10" # Should match the revision ideally DESCRIPTION="GNU GRUB Legacy boot loader" @@ -157,6 +157,9 @@ src_install() { exeinto /usr/lib/grub/${CHOST} doexe nbgrub pxegrub stage2/stage2.netboot || die "netboot install" fi + + # bug 330745 + pax-mark -m "${D}"/sbin/grub dodoc AUTHORS BUGS ChangeLog NEWS README THANKS TODO newdoc docs/menu.lst grub.conf.sample |