summaryrefslogtreecommitdiffstats
path: root/network/prosody/prosody.SlackBuild
diff options
context:
space:
mode:
author Gerardo Zamudio <gerardo.zamudio@linux.com>2017-03-15 22:44:46 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-03-18 06:58:40 +0700
commit789698d85456c6407c7c524b48d7815d9e29d1e5 (patch)
treed3336921e2a430c770660ce0b0ec1f7fca2f4403 /network/prosody/prosody.SlackBuild
parentd8b6cd28bd7455bc7629aca07576236bd495b6d7 (diff)
downloadslackbuilds-789698d85456c6407c7c524b48d7815d9e29d1e5.tar.gz
slackbuilds-789698d85456c6407c7c524b48d7815d9e29d1e5.tar.xz
network/prosody: Updated for version 0.9.12.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/prosody/prosody.SlackBuild')
-rw-r--r--network/prosody/prosody.SlackBuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/network/prosody/prosody.SlackBuild b/network/prosody/prosody.SlackBuild
index 92fe55a233..3797e0a06f 100644
--- a/network/prosody/prosody.SlackBuild
+++ b/network/prosody/prosody.SlackBuild
@@ -25,7 +25,7 @@
# Maintained by Gerardo Zamudio <gerardo.zamudio@linux.com>
PRGNAM=prosody
-VERSION=${VERSION:-0.9.11}
+VERSION=${VERSION:-0.9.12}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -111,10 +111,6 @@ cd tools/migration
MAN="${PKG}/usr/man"
cd -
-# Install rc.prosody
-mkdir -p $PKG/etc/rc.d
-install -m 0644 $CWD/rc.prosody $PKG/etc/rc.d/rc.prosody.new
-
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true