Fix aarch64 deb package

Fixes #108
This commit is contained in:
emanuele-f 2019-05-23 01:05:13 +02:00
parent b6d12c009c
commit ca407f42af

View File

@ -1697,7 +1697,11 @@ else
EXTRA_DEPS=""
LIBRRD=""
else
EXTN="i386"
if test $MACHINE = "aarch64"; then
EXTN="arm64"
else
EXTN="i386"
fi
fi
fi
fi