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 | 56e858c314d70676b75d345967bad7e0418609a1 (patch) | |
tree | ee87e197a8c491c6680c33d2d36ab385628302fb /sys-boot/yaboot-static | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-56e858c314d70676b75d345967bad7e0418609a1.tar.gz gentoo-2-56e858c314d70676b75d345967bad7e0418609a1.tar.bz2 gentoo-2-56e858c314d70676b75d345967bad7e0418609a1.zip |
fix space in ebuild ...
Diffstat (limited to 'sys-boot/yaboot-static')
-rw-r--r-- | sys-boot/yaboot-static/yaboot-static-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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}/ } |