diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 01:39:14 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 01:39:14 +0000 |
commit | 43a6037c4defc7d4626d5d72fb91c02976a1c00e (patch) | |
tree | 4a12f7ea2d7200c77b23bc49a1effc05c3cbde77 /app-emulation/x86-chroot | |
parent | whitespace (diff) | |
download | gentoo-2-43a6037c4defc7d4626d5d72fb91c02976a1c00e.tar.gz gentoo-2-43a6037c4defc7d4626d5d72fb91c02976a1c00e.tar.bz2 gentoo-2-43a6037c4defc7d4626d5d72fb91c02976a1c00e.zip |
whitespace
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-emulation/x86-chroot')
-rw-r--r-- | app-emulation/x86-chroot/x86-chroot-2006.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/x86-chroot/x86-chroot-2006.1.ebuild b/app-emulation/x86-chroot/x86-chroot-2006.1.ebuild index 2edcdc1b8152..66458053fb56 100644 --- a/app-emulation/x86-chroot/x86-chroot-2006.1.ebuild +++ b/app-emulation/x86-chroot/x86-chroot-2006.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/x86-chroot/x86-chroot-2006.1.ebuild,v 1.5 2007/06/01 02:06:25 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/x86-chroot/x86-chroot-2006.1.ebuild,v 1.6 2007/06/26 01:39:14 mr_bones_ Exp $ inherit linux-info @@ -47,7 +47,7 @@ src_compile() { CHOST="i686-pc-linux-gnu" CXXFLAGS="\${CFLAGS}" EOF - + echo -e "env-update\nsource /etc/profile" >> "${WORKDIR}/${CHROOT_LOCATION}/root/.bashrc" echo "CHROOT_LOCATION=${CHROOT_LOCATION}" > "${WORKDIR}/${CHROOT_LOCATION}/etc/conf.d/${PN}" } |