summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-01-21 21:25:04 +0000
committerAron Griffis <agriffis@gentoo.org>2004-01-21 21:25:04 +0000
commitef9a9ce82b464f1bcbf51973ee870b3e15226c60 (patch)
tree0b62db34965f0e10d692b7d0b1e8f2247b89a667 /sys-boot
parentversion bump; added slot; added i18n stx patch (diff)
downloadgentoo-2-ef9a9ce82b464f1bcbf51973ee870b3e15226c60.tar.gz
gentoo-2-ef9a9ce82b464f1bcbf51973ee870b3e15226c60.tar.bz2
gentoo-2-ef9a9ce82b464f1bcbf51973ee870b3e15226c60.zip
move to /usr instead of root dir
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/gnu-efi/ChangeLog5
-rw-r--r--sys-boot/gnu-efi/Manifest4
-rw-r--r--sys-boot/gnu-efi/gnu-efi-3.0a.ebuild4
3 files changed, 8 insertions, 5 deletions
diff --git a/sys-boot/gnu-efi/ChangeLog b/sys-boot/gnu-efi/ChangeLog
index 18de4baf0856..59bb60858e34 100644
--- a/sys-boot/gnu-efi/ChangeLog
+++ b/sys-boot/gnu-efi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-boot/gnu-efi
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/gnu-efi/ChangeLog,v 1.1 2004/01/21 17:56:28 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/gnu-efi/ChangeLog,v 1.2 2004/01/21 21:24:57 agriffis Exp $
+
+ 21 Jan 2004; <agriffis@gentoo.org> gnu-efi-3.0a.ebuild:
+ Move to /usr instead of root dir
*gnu-efi-3.0a (21 Jan 2004)
diff --git a/sys-boot/gnu-efi/Manifest b/sys-boot/gnu-efi/Manifest
index 66dda4e0f78c..049e13604910 100644
--- a/sys-boot/gnu-efi/Manifest
+++ b/sys-boot/gnu-efi/Manifest
@@ -1,5 +1,5 @@
-MD5 ff7165d14081357d742b459d5e762384 gnu-efi-3.0a.ebuild 972
+MD5 103c0b4318e11c483a5546293162f80b gnu-efi-3.0a.ebuild 976
MD5 78fc29bf052a5244c63204ddcdd7a1ac metadata.xml 157
-MD5 82e60650f561ec8c112799203dcf71f3 ChangeLog 426
+MD5 9a003474c78273fd387af892f90b2944 ChangeLog 520
MD5 e87f254731b9fed618bbcb354e418d09 files/gnu-efi-3.0a-lds.patch 995
MD5 1eb72cb0bde1ae4bc61b4c9b4b6f5e27 files/digest-gnu-efi-3.0a 64
diff --git a/sys-boot/gnu-efi/gnu-efi-3.0a.ebuild b/sys-boot/gnu-efi/gnu-efi-3.0a.ebuild
index fec5b95f0ee4..f09f45b78e9e 100644
--- a/sys-boot/gnu-efi/gnu-efi-3.0a.ebuild
+++ b/sys-boot/gnu-efi/gnu-efi-3.0a.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/gnu-efi/gnu-efi-3.0a.ebuild,v 1.1 2004/01/21 17:56:28 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/gnu-efi/gnu-efi-3.0a.ebuild,v 1.2 2004/01/21 21:24:57 agriffis Exp $
DESCRIPTION="Library for build EFI Applications"
SRC_URI="ftp://ftp.hpl.hp.com/pub/linux-ia64/gnu-efi-3.0a.tar.gz"
@@ -30,6 +30,6 @@ src_compile() {
}
src_install() {
- make install INSTALLROOT=${D} || die "einstall failed"
+ make install INSTALLROOT=${D}/usr || die "einstall failed"
dodoc README* ChangeLog
}