diff --git a/network/prosody/doinst.sh b/network/prosody/doinst.sh index 04129d238b..3b3a37fc27 100644 --- a/network/prosody/doinst.sh +++ b/network/prosody/doinst.sh @@ -14,7 +14,8 @@ config etc/prosody/certs/openssl.cnf.new config etc/prosody/certs/localhost.key.new config etc/prosody/certs/example.com.key.new config etc/prosody/certs/example.com.crt.new -config etc/prosody/certs/Makefile.new +config etc/prosody/certs/GNUmakefile.new +config etc/prosody/certs/makefile.new config etc/prosody/certs/localhost.cnf.new config etc/prosody/certs/localhost.crt.new diff --git a/network/prosody/prosody.SlackBuild b/network/prosody/prosody.SlackBuild index b20a874f96..696e4f9b90 100644 --- a/network/prosody/prosody.SlackBuild +++ b/network/prosody/prosody.SlackBuild @@ -26,7 +26,7 @@ PRGNAM=prosody VERSION=${VERSION:-0.11.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PROSODY_UID=${PROSODY_UID:-274}