diff --git a/srcpkgs/prosody/INSTALL b/srcpkgs/prosody/INSTALL new file mode 100644 index 00000000000..2a13012899b --- /dev/null +++ b/srcpkgs/prosody/INSTALL @@ -0,0 +1,6 @@ +case "${ACTION}" in +post) + chmod 640 etc/prosody/prosody.cfg.lua + chown :prosody etc/prosody/prosody.cfg.lua + ;; +esac diff --git a/srcpkgs/prosody/template b/srcpkgs/prosody/template index fc918a63978..3fd7b0478cc 100644 --- a/srcpkgs/prosody/template +++ b/srcpkgs/prosody/template @@ -1,7 +1,7 @@ # Template file for 'prosody' pkgname=prosody version=13.0.1 -revision=1 +revision=2 build_style=configure configure_args=" --ostype=linux