diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-21 02:24:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-21 02:24:04 +0000 |
commit | 6c5e8c91660e9ec6461507f27c9907df207a4dbf (patch) | |
tree | 9507c7a754a8bc61c64bd6c33d2c9b550052929d /sys-boot/grub/grub-0.96-r3.ebuild | |
parent | arm/ia64/s390 stable (diff) | |
download | gentoo-2-6c5e8c91660e9ec6461507f27c9907df207a4dbf.tar.gz gentoo-2-6c5e8c91660e9ec6461507f27c9907df207a4dbf.tar.bz2 gentoo-2-6c5e8c91660e9ec6461507f27c9907df207a4dbf.zip |
Make sure netboot files are installed into /usr/lib/grub/${CHOST}/ so the pkg_postinst step works #103084 by Thomas Schweikle.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-boot/grub/grub-0.96-r3.ebuild')
-rw-r--r-- | sys-boot/grub/grub-0.96-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/grub/grub-0.96-r3.ebuild b/sys-boot/grub/grub-0.96-r3.ebuild index cee42fba7382..28145f4d89da 100644 --- a/sys-boot/grub/grub-0.96-r3.ebuild +++ b/sys-boot/grub/grub-0.96-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.96-r3.ebuild,v 1.2 2005/08/20 00:03:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.96-r3.ebuild,v 1.3 2005/08/21 02:24:04 vapier Exp $ inherit mount-boot eutils flag-o-matic toolchain-funcs @@ -112,7 +112,7 @@ src_test() { src_install() { make DESTDIR="${D}" install || die - exeinto /usr/lib/grub + exeinto /usr/lib/grub/${CHOST} use netboot && doexe nbgrub pxegrub stage2/stage2.netboot insinto /boot/grub |