From 5fdd42896b1b4d5ca1ef0e05e9eb8791fd68899e Mon Sep 17 00:00:00 2001 From: bolvan Date: Thu, 23 May 2019 09:48:11 +0300 Subject: [PATCH] install_bin : hoodini allows running arm on x86. its not optimal or even segfaults. check x86 before arm --- install_bin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_bin.sh b/install_bin.sh index f4f7022..9d5ebf2 100755 --- a/install_bin.sh +++ b/install_bin.sh @@ -20,7 +20,7 @@ ccp() #cp -f "$BINDIR/$1" "$EXEDIR/$2" && echo copying : "$BINDIR/$1" =\> "$EXEDIR/$2" } -ARCHLIST="my aarch64 armhf mips64r2-msb mips32r1-lsb mips32r1-msb ppc x86_64 x86" +ARCHLIST="my x86_64 x86 aarch64 armhf mips64r2-msb mips32r1-lsb mips32r1-msb ppc" if [ "$1" = "getarch" ]; then for arch in $ARCHLIST