perl-module/automake.mk (perl_module_tarball): Make build dir writable.
authorJohn Darrington <John.Darrington@mixed-mode.de>
Tue, 22 Oct 2019 09:56:42 +0000 (11:56 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 22 Oct 2019 10:23:19 +0000 (12:23 +0200)
It seems that recent perl tries to write them.

perl-module/automake.mk

index 4f45a655955c2fc5ed59471d716a959bbef1232f..6b88da26922ca6ab92312a14bc233347cd822481 100644 (file)
@@ -68,6 +68,7 @@ perl_module_tarball: $(module_sources) src/libpspp-core.la
                      echo "  GEN      $$destdir/$$f"; \
                 fi; \
                 cp $(top_srcdir)/$$f $$destdir ; \
+                chmod u+w $$destdir/`basename $$f`; \
          fi ; \
         done \
        fi