summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Gerardo Zamudio <gerardo.zamudio@linux.com>2018-12-17 11:23:49 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-12-22 08:44:26 +0700
commit5285e42b485c4d8a7f8f0168996ea8ad216ae7d8 (patch)
tree4beb41844466f552abf77ead6ad0c8e4f1aec84a
parent0395f715dea28a92f57355a58887bdc47e53d362 (diff)
downloadslackbuilds-5285e42b485c4d8a7f8f0168996ea8ad216ae7d8.tar.gz
slackbuilds-5285e42b485c4d8a7f8f0168996ea8ad216ae7d8.tar.xz
network/prosody: Change makefile name in doinst.sh.
-rw-r--r--network/prosody/doinst.sh3
-rw-r--r--network/prosody/prosody.SlackBuild2
2 files changed, 3 insertions, 2 deletions
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}