X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2FMakefile.am;h=b0e0a111e12eb6196be5d1b75549be9aca24aac6;hb=03edf5f6766b95cf1cbc0b4712bc7b70c153e16a;hp=f3ca158c40fa10b4fc0da49f4d0ff3126dd1692a;hpb=714c16c4a2f1d6e22b7d89a7abf496067ea24d20;p=lttng-ust.git diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index f3ca158c..b0e0a111 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -89,6 +89,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 \