X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2FMakefile.am;h=b62a7886db331d744b3a2fe1e900b31ec056d885;hb=c8ab8d344b5335fae51fef01e3b8d23be066721f;hp=7a511fe46d8ec395e6884e11aed8a5ca059b0fd2;hpb=ff82b7c14275bd48851f922647825e1ca56dbdc2;p=lttng-ust.git diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index 7a511fe4..b62a7886 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -92,6 +92,7 @@ all-local: @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ for subdir in $(SUBDIRS_PROXY) $(SUBDIRS_JUL) $(SUBDIRS_LOG4J); do \ cp -pfR $(srcdir)/$$subdir $(builddir); \ + chmod -R u+w $(builddir)/$$subdir; \ done; \ fi; \ if [ x"$(shell echo "$(top_srcdir)" | grep "^/" | wc -l)" = x"1" ]; then \