libressl-openssl: don't install clashy manpages.

This commit is contained in:
Christian Neukirchen 2014-11-11 17:55:16 +01:00
parent afe3b0bda9
commit 3fadaf1e71
1 changed files with 2 additions and 2 deletions

View File

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