summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-12-02 21:43:02 -0300
committerEuAndreh <eu@euandre.org>2025-12-02 21:43:02 -0300
commite1bb0054ba26463a10ca5a37b50ede29aa66a81e (patch)
tree584677c29f5e4c26791bf2696100bb09b443c1d1 /Makefile
parentetc/init.sql: Fix SQLite ACID semantics (diff)
downloaddatomic-e1bb0054ba26463a10ca5a37b50ede29aa66a81e.tar.gz
datomic-e1bb0054ba26463a10ca5a37b50ede29aa66a81e.tar.xz
mv lib/*.jar share/java/datomic/
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index afe0253..c7bd23b 100644
--- a/Makefile
+++ b/Makefile
@@ -84,7 +84,8 @@ install: all
cp bin/transactor '$(DESTDIR)$(BINDIR)'
cp etc/init.sql etc/logback.xml etc/transactor.properties.tmpl \
'$(DESTDIR)$(SYSCONFDIR)'
- cp lib/*.jar '$(DESTDIR)$(JAVADIR)'
+ cp share/java/datomic/*.jar \
+ '$(DESTDIR)$(JAVADIR)'
## Uninstalls from $(DESTDIR)$(PREFIX). This is a perfect mirror