NetAuth: Fix homedir permissions

This commit is contained in:
Michael Aldridge 2020-08-13 00:48:21 -07:00
parent b12059b251
commit 085df0a76a

View file

@ -1,7 +1,7 @@
# Template file for 'NetAuth'
pkgname=NetAuth
version=0.3.4
revision=3
revision=4
wrksrc=netauth-$version
build_style="go"
go_import_path="github.com/netauth/netauth"
@ -27,7 +27,7 @@ post_install() {
NetAuth-server_package() {
short_desc+=" - server"
depends="${sourcepkg}>=${version}_${revision}"
make_dirs="/var/lib/netauth 0750 _netauth _netauth"
make_dirs="/var/lib/netauth 0755 _netauth _netauth"
system_group="_netauth"
system_accounts="_netauth"
_netauth_homedir="/var/lib/netauth"