From: John Darrington Date: Tue, 22 Oct 2019 09:56:42 +0000 (+0200) Subject: perl-module/automake.mk (perl_module_tarball): Make build dir writable. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b138d959abccefbdaaafed2a1d77cf76541bc92;p=pspp perl-module/automake.mk (perl_module_tarball): Make build dir writable. It seems that recent perl tries to write them. --- diff --git a/perl-module/automake.mk b/perl-module/automake.mk index 4f45a65595..6b88da2692 100644 --- a/perl-module/automake.mk +++ b/perl-module/automake.mk @@ -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