From 2a8b1553d8764d02c8d1cbb3c6f54334365ea293 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 2 Dec 2025 21:45:18 -0300 Subject: bin/transactor.in: Fix value of --class-path --- Makefile | 1 + bin/transactor.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c7bd23b..7e4b5ec 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,7 @@ LDLIBS = .in: sed \ -e 's:@SYSCONFDIR@:$(SYSCONFDIR):g' \ + -e 's:@JAVADIR@:$(JAVADIR):g' \ < $< > $@ if [ -x $< ]; then chmod +x $@; fi diff --git a/bin/transactor.in b/bin/transactor.in index c751cb6..1170eb3 100755 --- a/bin/transactor.in +++ b/bin/transactor.in @@ -64,7 +64,7 @@ exec java \ -Xmx4g \ -XX:+UseG1GC \ -XX:MaxGCPauseMillis=50 \ - --class-path 'etc/:lib/*' \ + --class-path '@SYSCONFDIR@/:@JAVADIR@/*' \ clojure.main \ --main datomic.launcher \ <( -- cgit v1.2.3