diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2019-12-22 16:44:47 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2019-12-22 16:44:47 +0100 |
commit | 596189b7b38b9869fa632f9f15fe76652c4d6a3d (patch) | |
tree | bf26673e880e846978da24fc627c5bd5826f80f1 /Makefile.in | |
parent | ccfc550b12b142c11dcf4d249d086925af0443c4 (diff) |
New upstream version 3.1.5upstream/3.1.5
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 790eecf..c7737d5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -567,7 +567,7 @@ distcheck: dist *.zip*) \ unzip $(distdir).zip ;;\ esac - chmod -R a-w $(distdir); chmod a+w $(distdir) + chmod -R a-w $(distdir); chmod u+w $(distdir) mkdir $(distdir)/_build mkdir $(distdir)/_inst chmod a-w $(distdir) |