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.adam-barratt.org.uk/?a=commitdiff_plain;h=4cb40274ae8bc5845bf3049e5efde8b99822127b;hp=111a5337b6d1142aee2aa6c72417c1dd5cb3406f;p=mirror%2Fdsa-puppet.git 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 f528b3b0c..70bfd7780 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 ;;