summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rwxr-xr-xbin/transactor.in2
2 files changed, 2 insertions, 1 deletions
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 \
<(