mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-07 22:37:12 +02:00
http://www.scala-sbt.org/ The interactive build tool, sbt is a build tool for Scala, Java, and more.
13 lines
579 B
Diff
13 lines
579 B
Diff
diff -urp sbt-launcher-packaging-0.13.13/bin/sbt patched/bin/sbt
|
|
--- sbt-launcher-packaging-0.13.13/bin/sbt 2016-10-28 18:46:00.000000000 +0100
|
|
+++ patched/bin/sbt 2017-02-17 11:11:51.000000000 +0000
|
|
@@ -62,7 +62,7 @@ cygwinpath() {
|
|
|
|
declare -r noshare_opts="-Dsbt.global.base=project/.sbtboot -Dsbt.boot.directory=project/.boot -Dsbt.ivy.home=project/.ivy"
|
|
declare -r sbt_opts_file=".sbtopts"
|
|
-declare -r etc_sbt_opts_file="${sbt_home}/conf/sbtopts"
|
|
+declare -r etc_sbt_opts_file="/etc/sbt/sbtopts"
|
|
declare -r win_sbt_opts_file="${sbt_home}/conf/sbtconfig.txt"
|
|
|
|
usage() {
|