summaryrefslogtreecommitdiffstats
path: root/development/erlang-otp/erlang-otp.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2013-11-19 14:02:41 +0100
committer Robby Workman2013-11-19 22:20:48 +0100
commit871f33f4f4e0d5c00816fe4f0b51c899e4478685 (patch)
tree92a04cfad1e2381b031db6b4153de938b3d60a04 /development/erlang-otp/erlang-otp.SlackBuild
parent8cb4a4ed7125bb5b9a3ddcc540171e1e5195f21b (diff)
downloadslackbuilds-871f33f4f4e0d5c00816fe4f0b51c899e4478685.tar.gz
development/erlang-otp: Updated for version 16B02.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development/erlang-otp/erlang-otp.SlackBuild')
-rw-r--r--development/erlang-otp/erlang-otp.SlackBuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/development/erlang-otp/erlang-otp.SlackBuild b/development/erlang-otp/erlang-otp.SlackBuild
index 8e29386d53..0b316632f5 100644
--- a/development/erlang-otp/erlang-otp.SlackBuild
+++ b/development/erlang-otp/erlang-otp.SlackBuild
@@ -17,7 +17,7 @@
# to erlang-otp, by LukenShiro <Lukenshiro@ngi.it>
PRGNAM=erlang-otp
-VERSION=15B02
+VERSION=16B02
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -86,6 +86,11 @@ tar xvf $CWD/$DOC_NAME_VERSION.tar.gz -C $PKG/usr/lib${LIBDIRSUFFIX}/erlang
chown -R root:root $PKG/usr/lib${LIBDIRSUFFIX}/erlang
chmod -R u+w,go+r-w,a-s $PKG/usr/lib${LIBDIRSUFFIX}/erlang
+mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
+( cd $PKG/usr/lib${LIBDIRSUFFIX}/erlang
+ mv COPYRIGHT README $PKG/usr/doc/$PRGNAM-$VERSION )
+cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
+
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
sed "s%@LIBDIR@%/usr/lib${LIBDIRSUFFIX}%g" $CWD/doinst.sh > \