# Note: Need to rebuild when ecl changes version...
abinfo "Checking whether using ECL build..."
if ! ab_match_arch amd64 && \
   ! ab_match_arch arm64 && \
   ! ab_match_arch ppc64el; then
	abinfo "Installing Maxima's fas module for ECL..."
	install -Dm755 --verbose "$SRCDIR"/src/binary-ecl/maxima.fas "$PKGDIR"/usr/lib/ecl-`ecl --version | grep -Po '\d+.\d+.\d+'`/maxima.fas
fi
