diff options
author | Ryan S. Northrup <northrup@yellowapple.us> | 2016-11-29 07:02:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-29 07:02:07 +0700 |
commit | 4679d4ba1cc3f52485547e4c028e42ac76e5ff59 (patch) | |
tree | 6741c93b5a553e85187601a1e021107d293cd06b /development/erlang-otp/erlang-otp.SlackBuild | |
parent | ae0531a7471e9ece7273890f1ef124352e00c72a (diff) | |
download | slackbuilds-4679d4ba1cc3f52485547e4c028e42ac76e5ff59.tar.gz |
development/erlang-otp: Updated for version 19.1 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/erlang-otp/erlang-otp.SlackBuild')
-rw-r--r-- | development/erlang-otp/erlang-otp.SlackBuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/development/erlang-otp/erlang-otp.SlackBuild b/development/erlang-otp/erlang-otp.SlackBuild index 0593f2c144..1c95cd524b 100644 --- a/development/erlang-otp/erlang-otp.SlackBuild +++ b/development/erlang-otp/erlang-otp.SlackBuild @@ -16,8 +16,12 @@ # Package adaptation in order to rename it from otp-R11B # to erlang-otp, by LukenShiro <Lukenshiro@ngi.it> +# Modified by Ryan S. Northrup <northrup@yellowapple.us> on +# 28 November 2016 to reflect the use of README.md instead +# of README in upstream + PRGNAM=erlang-otp -VERSION=${VERSION:-17.4} +VERSION=${VERSION:-19.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -92,7 +96,7 @@ 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 ) + mv COPYRIGHT README.md $PKG/usr/doc/$PRGNAM-$VERSION ) cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mv $PKG/usr/lib${LIBDIRSUFFIX}/erlang/man $PKG/usr |