diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
