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

@ -1696,11 +1696,15 @@ else
EXTN="mips" EXTN="mips"
EXTRA_DEPS="" EXTRA_DEPS=""
LIBRRD="" LIBRRD=""
else
if test $MACHINE = "aarch64"; then
EXTN="arm64"
else else
EXTN="i386" EXTN="i386"
fi fi
fi fi
fi fi
fi
APP=n2n APP=n2n
N2N_VERS=`grep N2N_VERSION ../../Makefile | head -1| cut -d "=" -f 2` N2N_VERS=`grep N2N_VERSION ../../Makefile | head -1| cut -d "=" -f 2`