fftw: install to TERMUX_PKG_MASSAGEDIR

This commit is contained in:
Henrik Grimler 2021-05-13 22:01:33 +02:00 committed by Henrik Grimler
parent 492c048e32
commit 05e2a38635
1 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,6 @@ termux_step_post_make_install() {
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="$COMMON_ARGS --enable-$feature"
rm -Rf $TERMUX_PKG_TMPDIR/config-scripts
termux_step_configure
make -j $TERMUX_MAKE_PROCESSES install
make -j $TERMUX_MAKE_PROCESSES install DESTDIR=$TERMUX_PKG_MASSAGEDIR
done
}