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