diff --git a/srcpkgs/libressl/template b/srcpkgs/libressl/template index f0f8cb680b6..3099521593f 100644 --- a/srcpkgs/libressl/template +++ b/srcpkgs/libressl/template @@ -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 }