summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-09-27 10:47:58 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-09-27 10:47:58 +0000
commit89ea539168b7e325e0ab81199e5b82f786e7e638 (patch)
tree7ed06d369d358ff6d3faacb2b6cb4c07e8dc5db0 /sys-apps/memtest86+/memtest86+-4.00.ebuild
parents/pkg_postnst/pkg_postinst/g. Fixes bug 280609 by Damien Gombault. (diff)
downloadhistorical-89ea539168b7e325e0ab81199e5b82f786e7e638.tar.gz
historical-89ea539168b7e325e0ab81199e5b82f786e7e638.tar.bz2
historical-89ea539168b7e325e0ab81199e5b82f786e7e638.zip
Installing kernel instead of elf binary. Fixes #286644
Package-Manager: portage-2.2_rc42/cvs/Linux x86_64
Diffstat (limited to 'sys-apps/memtest86+/memtest86+-4.00.ebuild')
-rw-r--r--sys-apps/memtest86+/memtest86+-4.00.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/memtest86+/memtest86+-4.00.ebuild b/sys-apps/memtest86+/memtest86+-4.00.ebuild
index a941048e4e56..1835f8264289 100644
--- a/sys-apps/memtest86+/memtest86+-4.00.ebuild
+++ b/sys-apps/memtest86+/memtest86+-4.00.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/memtest86+/memtest86+-4.00.ebuild,v 1.2 2009/09/25 17:38:37 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/memtest86+/memtest86+-4.00.ebuild,v 1.3 2009/09/27 10:47:58 patrick Exp $
QA_PRESTRIPPED=/boot/memtest86plus/memtest
@@ -41,7 +41,7 @@ src_compile() {
src_install() {
insinto /boot/memtest86plus
- doins memtest || die
+ doins memtest.bin || die
dodoc README README.build-process
if use floppy ; then
@@ -59,10 +59,10 @@ pkg_postinst() {
einfo " - For grub: (replace '?' with correct numbers for your boot partition)"
einfo " > title=Memtest86Plus"
einfo " > root (hd?,?)"
- einfo " > kernel --type=netbsd /boot/memtest86plus/memtest"
+ einfo " > kernel --type=netbsd /boot/memtest86plus/memtest.bin"
einfo " - For lilo:"
- einfo " > image = /boot/memtest86plus/memtest"
+ einfo " > image = /boot/memtest86plus/memtest.bin"
einfo " > label = Memtest86Plus"
einfo
}