dnscrypt-proxy: ensure log dir is present
This commit is contained in:
parent
f907977882
commit
fefe2485fd
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue