From 801154dbee1e54f5d17514bfdd094fe44d3effd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Wed, 28 Jun 2017 15:06:02 +0200 Subject: [PATCH] Do not install LICENSE.md files of submodules under /usr/lib/dynare/matlab. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index c5e4ef4d7..b23681f95 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,6 +48,7 @@ install-exec-local: cp -r contrib/jsonlab $(DESTDIR)$(pkglibdir)/contrib/jsonlab 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 \