Create mips64el chroots on Loongson 3 buildds, II
authorAurelien Jarno <aurelien@aurel32.net>
Wed, 26 Aug 2015 15:48:57 +0000 (17:48 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 26 Aug 2015 15:48:57 +0000 (17:48 +0200)
modules/schroot/files/setup-all-dchroots

index f528b3b..70bfd77 100755 (executable)
@@ -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
                 ;;