install_bin: my arch for freebsd

This commit is contained in:
bol-van 2022-01-24 20:14:40 +03:00
parent 3adf2a2806
commit cd3a8ca026

View File

@ -37,7 +37,7 @@ if [ "$UNAME" = "Linux" ]; then
elif [ "$UNAME" = "Darwin" ]; then
ARCHLIST="my mac64"
elif [ "$UNAME" = "FreeBSD" ]; then
ARCHLIST="freebsd-x64"
ARCHLIST="my freebsd-x64"
else
ARCHLIST="my"
fi