From: Fredrik Fornwall Date: Thu, 1 Oct 2015 23:13:56 +0000 (-0400) Subject: swi-prolog: Generalize build file X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/58f0b87b2ebb4d03cf0786611396f04c3f1cf6fc swi-prolog: Generalize build file --- diff --git a/disabled-packages/swi-prolog/build.sh b/disabled-packages/swi-prolog/build.sh index c3760073..b6147191 100644 --- a/disabled-packages/swi-prolog/build.sh +++ b/disabled-packages/swi-prolog/build.sh @@ -36,5 +36,5 @@ termux_step_post_configure () { } termux_step_post_make_install () { - mv $TERMUX_PREFIX/lib/swipl-$TERMUX_PKG_VERSION/lib/arm-linux/libswipl.so* $TERMUX_PREFIX/lib/ + mv $TERMUX_PREFIX/lib/swipl-$TERMUX_PKG_VERSION/lib/${TERMUX_ARCH}-linux/libswipl.so* $TERMUX_PREFIX/lib/ }