commit ff76faf59fd7efc8dc23db6d95b80878c68e145b Author: Juergen Daubert <jue@jue.li> Date: Fri Jul 29 11:25:54 2016 +0200 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. diff --git a/mutt/Pkgfile b/mutt/Pkgfile index 313e565..366105b 100644 --- a/mutt/Pkgfile +++ b/mutt/Pkgfile @@ -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 \