From 10c4314fc5f3073d3d0fc54bc344cce5df7a0289 Mon Sep 17 00:00:00 2001 From: Jeremy MANSON Date: Tue, 31 Oct 2017 21:56:47 +0100 Subject: [PATCH] =?UTF-8?q?bizarrement=20le=20script=20s=E2=80=99arr=C3=AA?= =?UTF-8?q?te=20quand=20set=20-eu=20est=20lancer=20avant=20mirrorselect=20?= =?UTF-8?q?...=20vue=20que=20mirrorselect=20est=20compl=C3=A8tement=20facu?= =?UTF-8?q?ltatif=20hop=20on=20d=C3=A9cale?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- portageconfig.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/portageconfig.sh b/portageconfig.sh index 67f4b5c..133c8ec 100644 --- a/portageconfig.sh +++ b/portageconfig.sh @@ -1,9 +1,7 @@ #!/bin/bash - -set -eu - #configurer portage mirrorselect -i -c FR -o >> $CHROOT/etc/portage/make.conf +set -eu echo MAKEOPTS='"'$MAKEOPTS'"' >> $CHROOT/etc/portage/make.conf echo EMERGE_DEFAULT_OPTS='"'$EMERGE_DEFAULT_OPTS'"' >> $CHROOT/etc/portage/make.conf echo PORTAGE_BINHOST='"'$PORTAGE_BINHOST'"' >> $CHROOT/etc/portage/make.conf