From f0603f17b262357c94c49a5f84056bd73dec3434 Mon Sep 17 00:00:00 2001 From: Matthew Brewer Date: Wed, 25 May 2016 13:46:08 +0200 Subject: add chroot-here.sh to tools (dangerous!) --- tools/chroot-here.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/chroot-here.sh b/tools/chroot-here.sh index b8721b3..408fef4 100755 --- a/tools/chroot-here.sh +++ b/tools/chroot-here.sh @@ -199,12 +199,12 @@ cp -v /etc/resolv.conf etc/ || quit "Couldn't copy resolv.conf" if [[ ${ARCH_FULL} != x86 && ${ARCH} != amd64 ]]; then cp -v "${QEMU_BIN}" ".$(dirname "${QEMU_BIN}")" || quit "Couldn't copy qemu binary." fi - cat <> etc/portage/make.conf || quit "Couldn't write to etc/portage/make.conf." -MAKEOPTS="-j5" -EMERGE_DEFAULT_OPTS="--verbose --autounmask-write --nospinner --keep-going -j5 --load-average=5 --verbose-conflict" -PYTHON_SINGLE_TARGET="python3_4" -PYTHON_TARGETS="python2_7 python3_3 python3_4 python3_5 pypy pypy2" -EOF + cat <<-EOF >> etc/portage/make.conf || quit "Couldn't write to etc/portage/make.conf." + MAKEOPTS="-j5" + EMERGE_DEFAULT_OPTS="--verbose --autounmask-write --nospinner --keep-going -j5 --load-average=5 --verbose-conflict" + PYTHON_SINGLE_TARGET="python3_4" + PYTHON_TARGETS="python2_7 python3_3 python3_4 python3_5 pypy pypy2" + EOF if [[ ${ARCH_FULL} == x86 ]]; then PS1="chroot${PS1}" linux32 chroot ./ /bin/bash --login || quit "Chrooting failed." else -- cgit v1.2.3-65-gdbad