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 | a73f5957180c32ef6f931b7d521131c4b7c1603a (patch) | |
tree | b8fadfc8dae5fa2e837765eba8aa929922788c95 /sys-boot/grub/grub-0.96-r1.ebuild | |
parent | arm/ia64/s390 stable (diff) | |
download | historical-a73f5957180c32ef6f931b7d521131c4b7c1603a.tar.gz historical-a73f5957180c32ef6f931b7d521131c4b7c1603a.tar.bz2 historical-a73f5957180c32ef6f931b7d521131c4b7c1603a.zip |
Make sure netboot files are installed into /usr/lib/grub/${CHOST}/ so the pkg_postinst step works #103084 by Thomas Schweikle.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sys-boot/grub/grub-0.96-r1.ebuild')
-rw-r--r-- | sys-boot/grub/grub-0.96-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/grub/grub-0.96-r1.ebuild b/sys-boot/grub/grub-0.96-r1.ebuild index a4c853aabab6..2d483090d9e3 100644 --- a/sys-boot/grub/grub-0.96-r1.ebuild +++ b/sys-boot/grub/grub-0.96-r1.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-r1.ebuild,v 1.14 2005/08/20 00:03:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.96-r1.ebuild,v 1.15 2005/08/21 02:24:04 vapier Exp $ inherit mount-boot eutils flag-o-matic toolchain-funcs @@ -113,7 +113,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 |