Fix: examples make distcheck failure
[lttng-ust.git] / doc / examples / Makefile.am
index 3d2bca34ac24e4fa3c9a20725070da93ad5f340a..0657253e833cdc7efb6fa087df1fd387289f1794 100644 (file)
@@ -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 \
This page took 0.023642 seconds and 4 git commands to generate.