summaryrefslogtreecommitdiffstats
path: root/network/prosody/prosody.SlackBuild
diff options
context:
space:
mode:
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