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() {