mutt: move man-pages

This commit is contained in:
Juergen Daubert 2016-05-30 18:13:57 +02:00
parent 8175a66ef7
commit 463d11b13b
2 changed files with 11 additions and 12 deletions

View File

@ -7,14 +7,14 @@ drwxr-xr-x root/root usr/bin/
drwxr-xr-x root/root usr/etc/
-rw-r--r-- root/root usr/etc/Muttrc
-rw-r--r-- root/root usr/etc/mime.types
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/mutt.1.gz
-rw-r--r-- root/root usr/man/man1/pgpewrap.1.gz
-rw-r--r-- root/root usr/man/man1/pgpring.1.gz
-rw-r--r-- root/root usr/man/man1/smime_keys.1.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/muttrc.5.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/mutt.1.gz
-rw-r--r-- root/root usr/share/man/man1/pgpewrap.1.gz
-rw-r--r-- root/root usr/share/man/man1/pgpring.1.gz
-rw-r--r-- root/root usr/share/man/man1/smime_keys.1.gz
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/muttrc.5.gz
drwxr-xr-x root/root usr/share/mutt/
-rw-r--r-- root/root usr/share/mutt/manual.txt

View File

@ -5,14 +5,13 @@
name=mutt
version=1.6.1
release=1
release=2
source=(https://bitbucket.org/mutt/mutt/downloads/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--with-docdir=/usr/share/mutt \
--with-mailpath=/var/spool/mail \
--enable-pop \
@ -28,6 +27,6 @@ build () {
find $PKG/usr/share/mutt/* ! -name manual.txt -delete
rm $PKG/usr/etc/{Muttrc,mime.types}.dist
rm $PKG/usr/bin/{flea,muttbug}
rm $PKG/usr/man/man1/{flea.1,muttbug.1}
rm $PKG/usr/man/man5/{mmdf.5,mbox.5}
rm $PKG/usr/share/man/man1/{flea.1,muttbug.1}
rm $PKG/usr/share/man/man5/{mmdf.5,mbox.5}
}