summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-06-24 19:43:08 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-06-24 19:43:08 +0000
commit2bc74581baca185cd19d54aa3ebe1a1f415ddf4b (patch)
tree0b293b6dd1952725113f34d5a5cbbadf3e66dfca /sys-apps/grub/grub-0.90-r7.ebuild
parentunmasked pcmcia-cs builds (no errors reported) (diff)
downloadhistorical-2bc74581baca185cd19d54aa3ebe1a1f415ddf4b.tar.gz
historical-2bc74581baca185cd19d54aa3ebe1a1f415ddf4b.tar.bz2
historical-2bc74581baca185cd19d54aa3ebe1a1f415ddf4b.zip
resolve bug #4020
Diffstat (limited to 'sys-apps/grub/grub-0.90-r7.ebuild')
-rw-r--r--sys-apps/grub/grub-0.90-r7.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/grub/grub-0.90-r7.ebuild b/sys-apps/grub/grub-0.90-r7.ebuild
index 51c07474136d..d52f9b7931d2 100644
--- a/sys-apps/grub/grub-0.90-r7.ebuild
+++ b/sys-apps/grub/grub-0.90-r7.ebuild
@@ -1,12 +1,13 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Geert Bevin <gbevin@gentoo.org>, Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/grub/grub-0.90-r7.ebuild,v 1.1 2002/03/08 08:54:04 blocke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/grub/grub-0.90-r7.ebuild,v 1.2 2002/06/24 19:43:07 azarah Exp $
S=${WORKDIR}/${P}
DESCRIPTION="GNU GRUB boot loader"
SRC_URI="ftp://alpha.gnu.org/gnu/grub/${P}.tar.gz"
HOMEPAGE="http://www.gnu.org/software/grub"
+SLOT="0"
DEPEND="virtual/glibc >=sys-devel/binutils-2.9.1.0.23 >=sys-libs/ncurses-5.2-r2 sys-apps/grep sys-apps/sed"
RDEPEND="virtual/glibc >=sys-libs/ncurses-5.2-r2"
@@ -74,7 +75,7 @@ src_install() {
dodir /boot/grub
cd ${D}/usr/share/grub/i386-pc
- cp ${FILESDIR}/${P}/splash.xpm.gz ${D}/boot/grub
+ cp ${FILESDIR}/splash.xpm.gz ${D}/boot/grub
cd ${S}
dodoc AUTHORS BUGS COPYING ChangeLog NEWS README THANKS TODO
}