mutt: always install shipped manual.txt

If docbook and xslt is install the makefile recreate manual.html but
fails to create manuall.txt if no elinks, lynks or w3m is installed.
Instead it installs an empty file.

Problem reported by Svyatoslav Mishyn.
This commit is contained in:
Juergen Daubert 2016-07-29 11:25:54 +02:00
parent 1b6a51912e
commit ff76faf59f

View File

@ -11,6 +11,8 @@ source=(https://bitbucket.org/mutt/mutt/downloads/$name-$version.tar.gz)
build () {
cd $name-$version
sed -ri '/^makedoc-all/s/manual\.(html|txt)//g' doc/Makefile.am
./configure --prefix=/usr \
--with-docdir=/usr/share/mutt \
--with-mailpath=/var/spool/mail \