diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2020-04-11 11:24:47 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2020-04-11 11:24:47 +0200 |
commit | e57bc2d5de7622313e3f5f151310c35fa90c191b (patch) | |
tree | a2500a60137a92e18e70dd5be6a61ca986d7a016 /Makefile.in | |
parent | ec09ef3933fecbe5b6969c257ee42ce8841e4d64 (diff) | |
parent | c71bf8390b9a06fa498d2cb4f8a4924309f4875e (diff) |
Update upstream source from tag 'upstream/3.1.6'
Update to upstream version '3.1.6'
with Debian dir 52c1d1e5c413a97655e5877a16e2ec40df1ae2a9
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index c7737d5..790eecf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -567,7 +567,7 @@ distcheck: dist *.zip*) \ unzip $(distdir).zip ;;\ esac - chmod -R a-w $(distdir); chmod u+w $(distdir) + chmod -R a-w $(distdir); chmod a+w $(distdir) mkdir $(distdir)/_build mkdir $(distdir)/_inst chmod a-w $(distdir) |