summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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