diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2019-08-10 12:02:03 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2019-08-10 12:02:03 +0200 |
commit | 27df2893a39a9da083841e37c12fc24b2bdad80f (patch) | |
tree | 96f72afa6e9f48aaa63c13c6ef6f1a3944952bdc /Makefile.in | |
parent | 5f532f12bf9a32e4fe135280c22a12de32c8ebd3 (diff) | |
parent | ccfc550b12b142c11dcf4d249d086925af0443c4 (diff) |
Update upstream source from tag 'upstream/3.1.4'
Update to upstream version '3.1.4'
with Debian dir 999313211f5a9267c5c009361307a0af488a2c92
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) |