keyutils: remove man pages conflicting with core/man-pages

This commit is contained in:
Juergen Daubert 2017-03-15 11:10:21 +01:00
parent c3b8c9ccd8
commit 6df44f2cdd
3 changed files with 5 additions and 11 deletions

View File

@ -55,14 +55,7 @@ lrwxrwxrwx root/root usr/share/man/man3/recursive_session_key_scan.3.gz -> recur
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/request-key.conf.5.gz
drwxr-xr-x root/root usr/share/man/man7/
-rw-r--r-- root/root usr/share/man/man7/keyrings.7.gz
-rw-r--r-- root/root usr/share/man/man7/keyutils.7.gz
-rw-r--r-- root/root usr/share/man/man7/persistent-keyring.7.gz
-rw-r--r-- root/root usr/share/man/man7/process-keyring.7.gz
-rw-r--r-- root/root usr/share/man/man7/session-keyring.7.gz
-rw-r--r-- root/root usr/share/man/man7/thread-keyring.7.gz
-rw-r--r-- root/root usr/share/man/man7/user-keyring.7.gz
-rw-r--r-- root/root usr/share/man/man7/user-session-keyring.7.gz
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/key.dns_resolver.8.gz
-rw-r--r-- root/root usr/share/man/man8/request-key.8.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/TDgeuZqkJ5Lhapm91yVMgotWj2w/y5gyOwdZM+euCf4qUtFS4tC5ixjzoVSnwrBlbuWTtZ5s9Y09W38XEqgJg8=
SHA256 (Pkgfile) = 010ab73d07a09ccec817df6fabd495e40d6a5e4e7aa5eb38b844ee4822ebae9e
SHA256 (.footprint) = dcf892780e873a15848d57435c16c296e53b21b1e5104d79802f3ed4a05cbc07
RWSE3ohX2g5d/aRk8e+8M68N5xna14cQa5at6fZFhp+E/QJQJXRB7vtD0dCVxFF/XGSVx1CNCGLvn/cVeb6RlOV+3KYbJCM5vgg=
SHA256 (Pkgfile) = 6f8655493c6a1ac2991ae03e9e6f8d486d7710229c00d28b3cde790887ff462f
SHA256 (.footprint) = fc3b249ca2f984c8e5af5b7b0bad03a8c89c8a942ad75e08aa7c95e4fa70d795
SHA256 (keyutils-1.5.9.tar.bz2) = 4da2c5552c688b65ab14d4fd40fbdf720c8b396d8ece643e040cf6e707e083ae

View File

@ -4,7 +4,7 @@
name=keyutils
version=1.5.9
release=2
release=3
source=(http://people.redhat.com/~dhowells/$name/$name-$version.tar.bz2)
build () {
@ -12,4 +12,5 @@ build () {
sed -i "/^CFLAGS/s/-g/$CFLAGS/" Makefile
make
make install DESTDIR=$PKG USRLIBDIR=/usr/lib LIBDIR=/lib
find $PKG/usr/share/man/man7/ -mindepth 1 ! -name keyutils.7 -delete
}