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