libressl-openssl: don't install clashy manpages.
This commit is contained in:
parent
afe3b0bda9
commit
3fadaf1e71
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libressl'
|
# Template file for 'libressl'
|
||||||
pkgname=libressl
|
pkgname=libressl
|
||||||
version=2.1.1
|
version=2.1.1
|
||||||
revision=4
|
revision=5
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="FREE version of the SSL/TLS protocol forked from OpenSSL"
|
short_desc="FREE version of the SSL/TLS protocol forked from OpenSSL"
|
||||||
|
@ -16,7 +16,7 @@ post_build() {
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
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() {
|
libressl-devel_package() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue