diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2019-12-23 07:43:17 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2019-12-23 07:43:17 +0100 |
commit | 4d04d317f1e2c8e46b8fc04b4a20689da471a5d3 (patch) | |
tree | 20772efc19de68d81ac4c972cd1e232b75ab9962 /Makefile.in | |
parent | 3d8ccff2a698e62e112f58f8c329b77ae71b8cbd (diff) | |
parent | 23a457acde5ee92ed3a20e84c201edfa4bd5a107 (diff) |
Merge branch 'release/debian/3.1.5-1'debian/3.1.5-1
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) |