Browse Source

Fix aarch64 deb package

Fixes #108
2.4-stable
emanuele-f 5 years ago
parent
commit
ca407f42af
  1. 4
      packages/debian/configure

4
packages/debian/configure

@ -1696,10 +1696,14 @@ 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

Loading…
Cancel
Save