neomutt: use TERMUX_PREFIX instead of PREFIX

This commit is contained in:
Leonid Pliushch 2021-10-13 12:54:08 +03:00
parent 67b45564e9
commit ae5e383451
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="A version of mutt with added features"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=20210205
TERMUX_PKG_REVISION=2
TERMUX_PKG_REVISION=3
TERMUX_PKG_SRCURL=https://github.com/neomutt/neomutt/archive/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=77e177780fc2d8abb475d9cac4342c7e61d53c243f6ce2f9bc86d819fc962cdb
TERMUX_PKG_AUTO_UPDATE=true
@ -14,7 +14,7 @@ TERMUX_PKG_CONFFILES="etc/neomuttrc"
termux_step_configure() {
./configure --host=$TERMUX_HOST_PLATFORM \
--prefix=$TERMUX_PREFIX --with-mailpath=$PREFIX/var/mail \
--prefix=$TERMUX_PREFIX --with-mailpath=$TERMUX_PREFIX/var/mail \
--notmuch \
--disable-gpgme --disable-idn --zstd --sasl --ssl --gdbm --gss
}