chore(main/mutt): install to TERMUX_PKG_MASSAGEDIR

This commit is contained in:
Henrik Grimler 2022-07-22 15:45:20 +02:00
parent 879a50740e
commit 22d79a2f8f
1 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@ termux_step_post_configure() {
}
termux_step_post_make_install() {
cp doc/mutt.man $TERMUX_PREFIX/share/man/man1/mutt.1.man
mkdir -p $TERMUX_PREFIX/share/examples/mutt/
cp contrib/gpg.rc $TERMUX_PREFIX/share/examples/mutt/
cp doc/mutt.man $TERMUX_PKG_MASSAGEDIR/$TERMUX_PREFIX/share/man/man1/mutt.1.man
mkdir -p $TERMUX_PKG_MASSAGEDIR/$TERMUX_PREFIX/share/examples/mutt/
cp contrib/gpg.rc $TERMUX_PKG_MASSAGEDIR/$TERMUX_PREFIX/share/examples/mutt/
}