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 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.2.3