@@ -76,7 +76,7 chroot_install_cc() { | |||
|
76 | 76 | if [ -z "${COMPILER_PACKAGES}" ] ; then |
|
77 | 77 | COMPILER_PACKAGES=$(chroot_exec apt-get -s install g++ make bc | grep "^Inst " | awk -v ORS=" " '{ print $2 }') |
|
78 | 78 | # Install COMPILER_PACKAGES in chroot |
|
79 |
chroot_exec apt-get -q -y --allow-unauthenticated --no-install-recommends install |
|
|
79 | chroot_exec apt-get -q -y --allow-unauthenticated --no-install-recommends install ${COMPILER_PACKAGES} | |
|
80 | 80 | fi |
|
81 | 81 | } |
|
82 | 82 |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant