From e27ca6cb4b661ab0e63a4d1cb068a97b416d391d Mon Sep 17 00:00:00 2001 From: Austin Schneider Date: Wed, 11 Sep 2024 16:16:47 -0600 Subject: [PATCH] react and structure folders located in /data/ --- build/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Makefile b/build/Makefile index fc56afb7..0dd01495 100644 --- a/build/Makefile +++ b/build/Makefile @@ -361,8 +361,8 @@ install: marley cp $(SHARED_LIB) $(DESTDIR)$(libdir) cp $(ROOT_SHARED_LIB) $(DESTDIR)$(libdir) 2> /dev/null || true cp marley_root_dict_rdict.pcm $(DESTDIR)$(libdir) 2> /dev/null || true - cp -r ../react $(DESTDIR)$(datadir)/marley - cp -r ../structure $(DESTDIR)$(datadir)/marley + cp -r ../data/react $(DESTDIR)$(datadir)/marley + cp -r ../data/structure $(DESTDIR)$(datadir)/marley cp -r ../examples $(DESTDIR)$(datadir)/marley cp -r ../include/marley $(DESTDIR)$(incdir) ldconfig