X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fexamples%2FMakefile.am;fp=doc%2Fexamples%2FMakefile.am;h=0657253e833cdc7efb6fa087df1fd387289f1794;hb=6018b6ae70687911ddb6130f00420c74da82d0f6;hp=3d2bca34ac24e4fa3c9a20725070da93ad5f340a;hpb=816f2fd94bf6f083dbf2362c0d70a9828a863850;p=lttng-ust.git diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index 3d2bca34..0657253e 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -66,6 +66,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 \