summaryrefslogtreecommitdiffstats
path: root/development/erlang-otp/erlang-otp.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/erlang-otp/erlang-otp.SlackBuild')
-rw-r--r--development/erlang-otp/erlang-otp.SlackBuild8
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