From 3fadaf1e717a23db223db831c2bc04b17a9a8f54 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 11 Nov 2014 17:55:16 +0100 Subject: [PATCH] libressl-openssl: don't install clashy manpages. --- srcpkgs/libressl/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libressl/template b/srcpkgs/libressl/template index 1138a75dbf7..defbcf28e75 100644 --- a/srcpkgs/libressl/template +++ b/srcpkgs/libressl/template @@ -1,7 +1,7 @@ # Template file for 'libressl' pkgname=libressl version=2.1.1 -revision=4 +revision=5 bootstrap=yes build_style=gnu-configure short_desc="FREE version of the SSL/TLS protocol forked from OpenSSL" @@ -16,7 +16,7 @@ post_build() { } post_install() { vlicense COPYING - mv ${DESTDIR}/usr/share/man/man1/{passwd.1,libressl-passwd.1} + find ${DESTDIR}/usr/share/man/man1 -type f ! -name openssl.1 -delete } libressl-devel_package() {