1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-05-02 03:42:58 +03:00

ppc arch added

This commit is contained in:
bolvan 2019-05-02 12:18:52 +03:00
parent bbfd699523
commit 342c766a9a

@ -19,7 +19,7 @@ ccp()
#cp -f "$BINDIR/$1" "$EXEDIR/$2" && echo copying : "$BINDIR/$1" =\> "$EXEDIR/$2"
}
for arch in aarch64 armhf mips64r2-msb mips32r1-lsb mips32r1-msb x86_64 x86
for arch in aarch64 armhf mips64r2-msb mips32r1-lsb mips32r1-msb ppc x86_64 x86
do
if check_dir $arch; then
echo $arch is OK