aports/testing/sbt/global-sbtopts.patch
Ed Robinson a8e62bcbe7 testing/sbt: new aport
http://www.scala-sbt.org/ The interactive build tool, sbt is a build
tool for Scala, Java, and more.
2017-03-02 20:15:08 +00:00

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() {