From: Aurelien Jarno Date: Wed, 26 Aug 2015 15:48:57 +0000 (+0200) Subject: Create mips64el chroots on Loongson 3 buildds, II X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=4cb40274ae8bc5845bf3049e5efde8b99822127b Create mips64el chroots on Loongson 3 buildds, II --- diff --git a/modules/schroot/files/setup-all-dchroots b/modules/schroot/files/setup-all-dchroots index f528b3b0..70bfd778 100755 --- a/modules/schroot/files/setup-all-dchroots +++ b/modules/schroot/files/setup-all-dchroots @@ -100,7 +100,7 @@ case `hostname` in archs="$archs mipsel" ;; mipsel) - if grep -w "Loongson-3" /proc/cpuinfo ; then + if grep -w "Loongson-3" -q /proc/cpuinfo ; then archs="$archs mips64el" fi ;;