diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2019-08-10 12:01:51 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2019-08-10 12:01:51 +0200 |
commit | ccfc550b12b142c11dcf4d249d086925af0443c4 (patch) | |
tree | ef39de54973053dad5d130cfeb1feb3f55b7c1cc /Makefile.in | |
parent | 499ce7f7eb7c228d72e646527ce9a5c2950ad58f (diff) |
New upstream version 3.1.4upstream/3.1.4
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) |