diff options
author | Tom Gall <tgall@gentoo.org> | 2004-03-23 04:03:34 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-03-23 04:03:34 +0000 |
commit | db1385d88e2fb96fa994e88a29f1b3315c588ea0 (patch) | |
tree | f5827c3187151d94550acb1b35e9fbbe7f0e1e2d /sys-boot | |
parent | (no commit message) (diff) | |
download | historical-db1385d88e2fb96fa994e88a29f1b3315c588ea0.tar.gz historical-db1385d88e2fb96fa994e88a29f1b3315c588ea0.tar.bz2 historical-db1385d88e2fb96fa994e88a29f1b3315c588ea0.zip |
fix space in ebuild ...
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/yaboot-static/Manifest | 2 | ||||
-rw-r--r-- | sys-boot/yaboot-static/yaboot-static-1.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-boot/yaboot-static/Manifest b/sys-boot/yaboot-static/Manifest index 96452b0a5e22..96f4eb70ca42 100644 --- a/sys-boot/yaboot-static/Manifest +++ b/sys-boot/yaboot-static/Manifest @@ -1,4 +1,4 @@ MD5 69ecfc38132856e44f6dc96092142c8e metadata.xml 158 MD5 d26b2370f8f17e32df21b7cab437cc97 ChangeLog 348 -MD5 a37e8c69d5b5fac6bd8473b7f4f24e37 yaboot-static-1.0.ebuild 575 +MD5 a1cd6a5356317be6c416ce66eb4f148c yaboot-static-1.0.ebuild 572 MD5 37bdca0041d8a34b97afd57afff34334 files/digest-yaboot-static-1.0 67 diff --git a/sys-boot/yaboot-static/yaboot-static-1.0.ebuild b/sys-boot/yaboot-static/yaboot-static-1.0.ebuild index 9e6f73019f61..a0efbf4713dd 100644 --- a/sys-boot/yaboot-static/yaboot-static-1.0.ebuild +++ b/sys-boot/yaboot-static/yaboot-static-1.0.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/yaboot-static/yaboot-static-1.0.ebuild,v 1.1 2004/03/23 03:58:24 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.0.ebuild,v 1.2 2004/03/23 04:03:34 tgall Exp $ DESCRIPTION="Static yaboot ppc boot loader for machines with open firmware" @@ -14,6 +14,6 @@ DEPEND="!sys-apps/yaboot" PROVIDE="virtual/bootloader" src_install() { - cp -a ${WORKDIR}/* ${D}/ + cp -a ${WORKDIR}/* ${D}/ } |