Skip to content
Snippets Groups Projects
Commit eef77e0d authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Do not install LICENSE.md files of submodules under /usr/lib/dynare/matlab.

(cherry picked from commit 801154db)
parent 5bb679a0
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,7 @@ install-exec-local:
cp -r contrib/ms-sbvar/TZcode/MatlabFiles $(DESTDIR)$(pkglibdir)/contrib/ms-sbvar/TZcode
cp -r examples $(DESTDIR)$(pkglibdir)
cp -r matlab $(DESTDIR)$(pkglibdir)
find $(DESTDIR)$(pkglibdir) -name LICENSE.md -delete
rm -rf $(DESTDIR)$(pkglibdir)/matlab/preprocessor*
{ \
if [ -z "`file preprocessor/dynare_m | grep x86.64`" ]; then \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment