unrar blob does not exist on aarch64 and unar has not been packaged yet

master
Mikhail Novosyolov 3 years ago
parent df480c6486
commit 05df707389

@ -28,6 +28,8 @@ if [ "$AARCH64" = 1 ] ; then
# x86-specific
sed -i -e '/syslinux/d' "$pkgs"
sed -i -e '/virtualbox/d' "$pkgs"
# TODO: build unar
sed -i -e '/unrar/d' "$pkgs"
fi
sed -i -e "s,repobase.ks,${repobase},g" "$conf"