summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-12-02 21:45:18 -0300
committerEuAndreh <eu@euandre.org>2025-12-02 21:45:18 -0300
commit2a8b1553d8764d02c8d1cbb3c6f54334365ea293 (patch)
tree6f5c286441b2f389cb4831fb6e3f0c1feee20a07 /Makefile
parentmv lib/*.jar share/java/datomic/ (diff)
downloaddatomic-2a8b1553d8764d02c8d1cbb3c6f54334365ea293.tar.gz
datomic-2a8b1553d8764d02c8d1cbb3c6f54334365ea293.tar.xz
bin/transactor.in: Fix value of --class-path
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 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