diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-13 01:16:44 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:39:39 +0700 |
commit | 375882e7c15819a5199065da16fa37d986b12fd9 (patch) | |
tree | 27359251a6455fe7e00c3a8b06e52f026b8b5e7a /development/scala | |
parent | 94412e469321b80f38ce5dd61c8381e6ecdac6bf (diff) | |
download | slackbuilds-375882e7c15819a5199065da16fa37d986b12fd9.tar.gz |
development/scala: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/scala')
-rw-r--r-- | development/scala/README | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/development/scala/README b/development/scala/README index 5b455c545c..c1baafe8c2 100644 --- a/development/scala/README +++ b/development/scala/README @@ -1,12 +1,12 @@ -Scala is a functional object-oriented programming language -compiling to JVM byte code. +Scala is a functional object-oriented programming language compiling to +JVM byte code. -This is a binary repackaging of the distribution from the Scala home-page. -It sets SCALA_HOME=/usr/lib/scala, MANPATH to include /usr/lib/scala/man, -and PATH to include /usr/lib/scala/bin. +This is a binary repackaging of the distribution from the Scala +home-page. It sets SCALA_HOME=/usr/lib/scala, MANPATH to include +/usr/lib/scala/man, and PATH to include /usr/lib/scala/bin. -The installation is like Java Runtime/SDK, in that it places everything by -default in /usr/lib/scala - including manpages and documentation. +The installation is like Java Runtime/SDK, in that it places everything +by default in /usr/lib/scala - including manpages and documentation. The lib directory is set dependent upon the package architecture: /usr/lib on x86 and /usr/lib64 on x86_64. |