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