procmail: move man-pages to /usr/share/man

This commit is contained in:
Fredrik Rinnestam 2015-07-26 01:03:48 +02:00
parent 0c0c65e7f2
commit 19cdc39fbf
2 changed files with 14 additions and 10 deletions

View File

@ -4,12 +4,13 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/lockfile
-rwxr-xr-x root/root usr/bin/mailstat
-rwsr-xr-x root/root usr/bin/procmail
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/formail.1.gz
-rw-r--r-- root/root usr/man/man1/lockfile.1.gz
-rw-r--r-- root/root usr/man/man1/procmail.1.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/procmailex.5.gz
-rw-r--r-- root/root usr/man/man5/procmailrc.5.gz
-rw-r--r-- root/root usr/man/man5/procmailsc.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/formail.1.gz
-rw-r--r-- root/root usr/share/man/man1/lockfile.1.gz
-rw-r--r-- root/root usr/share/man/man1/procmail.1.gz
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/procmailex.5.gz
-rw-r--r-- root/root usr/share/man/man5/procmailrc.5.gz
-rw-r--r-- root/root usr/share/man/man5/procmailsc.5.gz

View File

@ -4,7 +4,7 @@
name=procmail
version=3.22
release=4
release=5
source=(ftp://ftp.fu-berlin.de/pub/unix/mail/procmail/$name-$version.tar.gz
$name-getline.patch CVE-2014-3618.patch)
@ -14,4 +14,7 @@ build() {
make CFLAGS0="$CFLAGS" LOCKINGTEST=/tmp all
make BASENAME=$PKG/usr install
make BASENAME=$PKG/usr install-suid
install -d $PKG/usr/share
mv $PKG/usr/man $PKG/usr/share/
}