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