libressl: fix /etc/ssl/openssl.cnf perms (must be 644).

This commit is contained in:
Juan RP 2014-07-18 16:02:38 +02:00
parent d5d9024673
commit 32b010568a

View File

@ -1,7 +1,7 @@
# Template file for 'libressl'
pkgname=libressl
version=2.0.2
revision=3
revision=4
bootstrap=yes
build_style=gnu-configure
short_desc="FREE version of the SSL/TLS protocol forked from OpenSSL"
@ -35,7 +35,7 @@ libressl-openssl_package() {
replaces="libressl<2.0.1_2 openssl>=0"
conf_files="/etc/ssl/openssl.cnf"
pkg_install() {
vinstall ${FILESDIR}/openssl.cnf 640 etc/ssl
vinstall ${FILESDIR}/openssl.cnf 644 etc/ssl
vmove usr/bin
vmove usr/share/man/man1
}