diff --git a/srcpkgs/NetAuth/template b/srcpkgs/NetAuth/template index ec3c28c5673..17ead87ea8d 100644 --- a/srcpkgs/NetAuth/template +++ b/srcpkgs/NetAuth/template @@ -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"