dnscrypt-proxy: ensure log dir is present

This commit is contained in:
Piraty 2018-06-15 10:26:19 +02:00 committed by Enno Boland
parent f907977882
commit fefe2485fd

View file

@ -1,7 +1,7 @@
# Template file for 'dnscrypt-proxy'
pkgname=dnscrypt-proxy
version=2.0.14
revision=1
revision=2
build_style=go
short_desc="DNS proxy that encrypts queries"
go_import_path="github.com/jedisct1/dnscrypt-proxy"
@ -14,6 +14,7 @@ distfiles="${homepage}/archive/${version}.tar.gz"
checksum=291541c0a5c24189c4d76349ac2685823aaed808d02afd608cfc69c80f452d9d
conf_files="/etc/dnscrypt-proxy.toml"
system_accounts="dnscrypt_proxy"
make_dirs="/var/log/dnscrypt-proxy 0750 dnscrypt_proxy dnscrypt_proxy"
post_install() {
vconf dnscrypt-proxy/example-dnscrypt-proxy.toml dnscrypt-proxy.toml