diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2019-12-22 16:45:00 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2019-12-22 16:45:00 +0100 |
commit | 2a7448a72a118fd596bf35c46a216ea3fe689ceb (patch) | |
tree | 1af0514cb06c99ad7b55defa398eb253666d1c89 /Makefile.in | |
parent | fd5b20783fcab6050b5bb1dd66b29a76cb6705c5 (diff) | |
parent | 596189b7b38b9869fa632f9f15fe76652c4d6a3d (diff) |
Update upstream source from tag 'upstream/3.1.5'
Update to upstream version '3.1.5'
with Debian dir 5186277f3858581c5c76526eb853cfa89fa81fef
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) |