libressl-openssl: don't install clashy manpages.
This commit is contained in:
parent
afe3b0bda9
commit
3fadaf1e71
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue